Check render job status and progress
complete or failed. When complete, use the cdn_url field to download the final video.
| Field | Description |
|---|---|
status | Current job status: queued, processing, complete, or failed |
progress_pct | Estimated progress percentage (0-100) |
checkpoint | Current pipeline stage: ref_done, dri_done, bg_done, render_done |
cdn_url | Direct URL to download the final video (available when status is complete) |
error_code | Structured error code when status is failed (e.g. CS-UORC01-009) |
error_message | Human-readable error description when status is failed |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Job status
"job_abc123xyz"
queued, processing, complete, failed, cancelled The render mode used (e.g. full_pipeline, preprocessed, fast)
Current processing stage within the pipeline
Estimated progress percentage (0-100)
60
CDN URL to download the final video (available when status is complete)
CDN URL for the alpha/mask video (transparent mode only). White = character, black = background. Use with cdn_url for compositing.
Structured error code (e.g. CS-UORC01-002) when status is failed
Human-readable error description when status is failed
Always an empty array in v2. Retained for backward compatibility.
Timestamp when the job was created
Timestamp when the job completed