latestOpenAPI 3.1.02026-08-171060561.9 KB

fbb6df88b341

General

Get a job by ID

get/jobs/{id}

Path parameters

idstring required

A unique identifier for a job

Example:0f6aab74-8809-48f8-9fac-20e6690d2dbf

A unique identifier for a job

Response

The most up-to-date state of the job. You can check when the job is completed by checking the status field. For completed loraTraining jobs, the result will include a style_id field.

job_idstring uuid required
status'backlogged' | 'queued' | 'scheduled' | 'processing' | 'sampling' | 'intermediate-complete' | 'completed' | 'failed' | 'cancelled' required
created_atstring date-time required
completed_atstring date-time