v1
latestOpenAPI 3.1.02026-07-26157321426.3 KBGets the metrics for a training job
Gets the metrics for a training job.
get/v1/training_projects/{training_project_id}/jobs/{training_job_id}/metrics
Query parameters
end_epoch_millisinteger nullable
Epoch millis timestamp to end fetching metrics
start_epoch_millisinteger nullable
Epoch millis timestamp to start fetching metrics.
step_secondsinteger nullable
Resolution of the returned series, in seconds. When omitted, a step is derived from the time range so large windows return fewer points.
Response
Example response
{
"training_job": {
"name": "gpt-oss-job"
}
}