Skip to main content
GET
Get Status

Authorizations

Authorization
string
header
required

An API key or OAuth2/OIDC access token sent as Authorization: Bearer <token>.

Path Parameters

job_id
string<uuid>
required

Response

Successful Response

job_id
required
job_type
string
required

One of: training_run, reasoning_fit, inference_run.

status
enum<string>
required
Available options:
pending,
running,
completed,
failed
created_at
string<date-time>
required
updated_at
string<date-time>
required
progress
Progress · object | null

Progress info, e.g. {"step": 3, "total_steps": 5}

error_message
string | null