list_orders
Retrieve Workadu bookings with filters for status, customer, and date range. Paginate results to handle large datasets.
Instructions
List orders/bookings with optional filters for status, customer, date range, and pagination. In Workadu, "orders" at the API level represent Bookings (top-level entities containing sub-orders/items).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| per_page | No | Results per page (default set by API, max 100) | |
| status | No | Filter by order status | |
| customer_id | No | Filter by customer ID | |
| from_date | No | Filter orders from this date (YYYY-MM-DD) | |
| to_date | No | Filter orders up to this date (YYYY-MM-DD) |