v4

OpenAPI 3.1.02026-07-313621,3961.8 MB
productions

List Orders

Lists Productions orders in the workspace. Supports filtering by status and date range, with pagination.

get/v1/productions/orders

Query parameters

page_sizeinteger

Maximum number of orders to return per page.

Maximum number of orders to return per page.

offsetinteger

Number of orders to skip for pagination.

Number of orders to skip for pagination.

statusOrderState[] nullable

Filter orders by one or more statuses.

Filter orders by one or more statuses.

start_datestring date-time nullable

Filter orders created on or after this date.

Filter orders created on or after this date.

end_datestring date-time nullable

Filter orders created on or before this date.

Filter orders created on or before this date.

Headers

xi-api-keystring nullable

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"
    }
  ]
}