Skip to main content
GET
Get Training Progress Route

Authorizations

X-API-Key
string
header
required

Organization API key

Path Parameters

training_run_id
string
required

Response

Successful Response

training_run_id
string
required

Training run whose progress is returned.

status
enum<string>
required

Recorded status of the training run.

Available options:
pending,
running,
cancel_signaled,
cancelling,
succeeded,
failed,
cancelled
completed_steps
integer
required

Training steps of the run that have recorded a trainer metric.

failure
AsyncFailure · object | null

Structured failure details when the training run failed.

total_steps
integer | null

Steps the run's config budgets, or null when it set no budget.