Skip to main content
GET
GET /v1/training-jobs/{job_id} Returns one training job visible to the caller’s team.

Request

string
required
Your Fastino API key.
string
required
Training-job UUID.

Response

string
Training-job UUID.
string
Persisted lifecycle status.
string | null
Stable status for client compatibility.
boolean | null
Whether polling can stop.
integer | null
Current completion percentage from 0 through 100.
integer | null
Current 1-indexed epoch.
string | null
Failure details when available.
object | null
Available training metrics. Common keys are final_training_loss, final_validation_loss, and best_validation_loss. Evaluation metrics are separate and are not guaranteed.
boolean | null
Whether an artifact location is available.
boolean | null
Authoritative deployment-readiness decision.
string | null
Why the job is not deployable.
The record also returns the submitted training configuration, timestamps, dataset references, provider details, labels, and artifact metadata.
An unknown or inaccessible job returns 404. An invalid path value returns 422.