Export Status

View as Markdown
Retrieve the per-output export status for a dubbing job. Returns `data.exports[]`, one entry per `(target_language, export_type)` combination, each with its own `status` and signed `download_url`. **This is the source of truth for downloads.** Before downloading, confirm an entry's `status == "completed"` and use its `download_url`. > Signed download URLs are time-limited (~24h). Re-fetch this endpoint for a fresh URL rather than caching long-term.

Authentication

api-subscription-keystring
API Key authentication via header

Path parameters

job_idstringRequired

The job_id returned by POST /jobs.

Query parameters

limitintegerOptional1-100Defaults to 5

Number of recent export entries to return (1–100).

Response

Successful Response
statusstring

Response status, e.g. success.

messagestring
dataobject

Errors

401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error