v36

latestOpenAPI 3.0.3GNU General Public License v3.0raw.githubusercontent.com2026-08-017758212.6 KB
job

Get job status (deprecated)

Deprecated. Superseded by GET /api/jobs/{job_id} (plural path). Clients should migrate; the endpoint is retained for backward compatibility but will be removed in a future release.

get/api/job/{job_id}/status

Path parameters

job_idstring uuid required

The unique ID of the job

Response

Success - Job status returned

assigned_inferencestring nullable

The inference instance assigned to this job (if any)

created_atstring date-time required

When the job was created

error_messagestring nullable

Error message if the job failed

idstring uuid required

The job ID

last_state_updatestring date-time

When the job status was last changed

status'waiting_to_dispatch' | 'pending' | 'in_progress' | 'completed' | 'error' | 'cancelled' required

Current job status

updated_atstring date-time required

When the job was last updated