v5

latestOpenAPI 3.1.02026-08-043621,4011.8 MB
productions

Get Order Deliverables

Retrieves the delivered files for a completed order. Returns an empty list if the order is not yet completed.

get/v1/productions/orders/{order_id}/deliverables

Path parameters

order_idstring required

The ID of the order.

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

{
  "deliverables": [
    {
      "content_type": "video/mp4",
      "name": "output_fr.mp4",
      "signed_url": "https://storage.googleapis.com/example-bucket/deliverables/output_fr.mp4?X-Goog-Signature=...",
      "version": 1
    }
  ]
}