v4
OpenAPI 3.1.02026-07-313621,3961.8 MBList Orders
Lists Productions orders in the workspace. Supports filtering by status and date range, with pagination.
Query parameters
Maximum number of orders to return per page.
Maximum number of orders to return per page.
Number of orders to skip for pagination.
Number of orders to skip for pagination.
Filter orders by one or more statuses.
Filter orders by one or more statuses.
Filter orders created on or after this date.
Filter orders created on or after this date.
Filter orders created on or before this date.
Filter orders created on or before this date.
Headers
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Example response
{
"orders": [
{
"name": "Spanish Dubs",
"order_id": "prodorder_01jgatk6h0fwxrtbjade61yqhx",
"state": "submitted",
"submitted_at": "2025-03-15T10:30:00Z",
"total_amount_usd": 11,
"updated_at": "2025-03-15T10:30:00Z"
}
]
}