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

Changes

Changed in 2 of the 31 revisions of this API.45

  • 331c41dbba6d11See the full diff
    • added the new merged enum value to the // response property for the response status

      response-property-enum-value-added

    • added the enum value merged to the property anyOf[subschema #1]/items/ of the query request parameter status

      request-parameter-property-enum-value-added

  • 72c54eba117e34See the full diff
    • added the new cancelled enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new cancelling enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new expired enum value to the // response property for the response status

      response-property-enum-value-added

    • added the enum value cancelled to the property anyOf[subschema #1]/items/ of the query request parameter status

      request-parameter-property-enum-value-added

    • added the enum value cancelling to the property anyOf[subschema #1]/items/ of the query request parameter status

      request-parameter-property-enum-value-added

    • added the enum value expired to the property anyOf[subschema #1]/items/ of the query request parameter status

      request-parameter-property-enum-value-added

    • added the optional property // to the response with the status

      response-optional-property-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog