Trainings
Endpoints
Every training route at a glance.
All routes require Authorization and X-Workspace-Id headers.
| Method | Path | Purpose |
|---|---|---|
| GET | /v1/training | List runs (paginated, filterable) |
| GET | /v1/training/{training_id} | Inspect one run (full report) |
| GET | /v1/training/{training_id}/download | Download the trained model (non-foundation runs) |
Trainings are triggered from Pipelines and Goals, not from this prefix.

