v1

latestOpenAPI 3.0.22026-07-2610288167.4 KB
job

Get job status

Returns the current status of a specific job by ID

get/api/job/{job_id}/status

Path parameters

job_idstring uuid required

The unique ID of the job

Response

Success - Job status returned

idstring uuid required

The job ID

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

Current job status

created_atstring date-time required

When the job was created

updated_atstring date-time required

When the job was last updated

last_state_updatestring date-time

When the job status was last changed

assigned_inferencestring nullable

The inference instance assigned to this job (if any)

error_messagestring nullable

Error message if the job failed