get_orders
Retrieve a tenant's recent orders with line items, sorted newest first. Filter by status and set a limit to view order activity efficiently.
Instructions
Returns recent orders with line items for a tenant. Ordered by most recent first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max orders to return (default 10) | |
| status | No | Filter by order status | |
| tenant_id | Yes | Tenant UUID |