List 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"
}
]
}Changes
Changed in 2 of the 31 revisions of this API.45
- ●
added the new
mergedenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
added the enum value
mergedto the propertyanyOf[subschema #1]/items/of thequeryrequest parameterstatusrequest-parameter-property-enum-value-added
- ●
- ●
added the new
cancelledenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
cancellingenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
expiredenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
added the enum value
cancelledto the propertyanyOf[subschema #1]/items/of thequeryrequest parameterstatusrequest-parameter-property-enum-value-added
- ○
added the enum value
cancellingto the propertyanyOf[subschema #1]/items/of thequeryrequest parameterstatusrequest-parameter-property-enum-value-added
- ○
added the enum value
expiredto the propertyanyOf[subschema #1]/items/of thequeryrequest parameterstatusrequest-parameter-property-enum-value-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●