Export Status
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_id
The job_id returned by POST /jobs.
Query parameters
limit
Number of recent export entries to return (1–100).
Response
Successful Response
status
Response status, e.g. success.
message
data
Errors
401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error