Skip to main content
GET
Check job processing status

Authorizations

X-Api-Key
string
header
required

API key with format vbr_ followed by 32 characters

Path Parameters

id
string<uuid>
required

Job ID to check status for

Response

Job status retrieved successfully

id
string<uuid>
required

Job identifier

status
enum<string>
required

Current job status

Available options:
created,
uploaded,
processing,
completed,
failed
filename
string
required

Original filename

created_at
string<date-time>
required

Job creation time

export_id
string<uuid> | null

Export identifier (only present for API calls with background)

length_seconds
number | null

Video duration in seconds

thumbnail_url
string<uri> | null

Signed URL for video thumbnail

transparent_thumbnail_url
string<uri> | null

Signed URL for transparent thumbnail

processed_video_url
string<uri> | null

Signed URL for processed video (when completed)

processed_mask_url
string<uri> | null

Signed URL for video mask (when completed)

message
string | null

Status message

background
object | null

Background options (only present for API calls with background)

output_format
string | null

Output file format (only present for API calls with background)