Get Job Status
Check render job status and progress
Check job status. Returns immediately. Poll every 3-5 seconds untilDocumentation Index
Fetch the complete documentation index at: https://docs.viggle.ai/llms.txt
Use this file to discover all available pages before exploring further.
complete or failed. When complete, use the cdn_url field to download the final video.
Response fields
Key fields in the response:| 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 |
Polling examples
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
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.
Short error label when status is failed
Structured error code (e.g. CS-UORC01-002) when status is failed
Human-readable error description when status is failed
v1 compat progress object
Mirrors cdn_url when complete
Always an empty array in v2. Retained for backward compatibility.
Timestamp when the job was created
Timestamp when the job completed

