Skip to main content
GET
Get Job Status

Authentication

This endpoint requires an API key with the check_status scope.

Path Parameters

string
required
The unique identifier of the job to retrieve.

Response

string
Unique identifier of the job.
string
Current status of the job. See status enum below.
number
Job progress as a percentage: 0 (pending), 50 (processing), 100 (completed).
string | null
Direct URL string of the first output item. This is a convenience field for quick access. null if the job has not completed yet.
array | null
Full array of output items with detailed metadata. null if the job has not completed yet. Each item contains url, type, thumbnail, and posterImage fields.
object | null
Error details if the job failed. Contains code and message fields.
string
ISO 8601 timestamp of when the job was created.
string | null
ISO 8601 timestamp of when the job completed. null if still in progress.

Status Enum

Output Type Enum

Examples

Example Response (Completed)

Example Response (Processing)

Example Response (Failed)