Get job status
Jobs
Get job status
Retrieve the current status and output of a generation job.
GET
Get job status
Authorizations
API key from varg.ai/dashboard.
Pass as Authorization: Bearer varg_xxx.
Path Parameters
The job ID returned when the job was created
Response
Job details
Unique job identifier
Example:
"job_a1b2c3d4"
Current job status
Available options:
queued, processing, completed, failed, cancelled Example:
"completed"
Resolved model identifier (provider:model format)
Example:
"fal:kling-v2.5"
When the job was created
Example:
"2026-02-13T10:00:00Z"
When the job finished (completed, failed, or cancelled)
Example:
"2026-02-13T10:02:30Z"
Job output, present when status is completed
Cache metadata
Error message, present when status is failed
Example:
"Provider returned an error"