Get Job
Authorizations
Primary scheme: Authorization: Key <key_id>:<secret>.
Path Parameters
The job's id (job_<uuid>).
Response
Successful Response
The job this envelope describes.
The resolved model id this job ran on.
The four states a job can be in.
IN_QUEUE, IN_PROGRESS, COMPLETED, FAILED The quality level this job ran at; present only for models that offer quality levels.
The prompt this job ran with. When enhance_prompt was set, this is the rewritten prompt the model received rather than the one submitted. Absent on models that take no prompt.
The job's outputs — always an array, even for a single output; empty until the job completes.
Timing for this job; present on completed jobs only.
Why the job failed; null unless status is FAILED.
The most recent lifecycle events for this job, oldest first. Capped; GET /v3/jobs/{job_id}/logs serves the full paginated history. Absent from webhook payloads.
Net cost of this job; 0 when fully refunded; absent until charged. Absent from webhook payloads.
ISO-4217 currency code for cost. Present exactly when cost is.