Skip to main content
Return every training checkpoint captured across jobs. Checkpoints are the intermediate artifacts written during a training run; the models endpoint exposes the same records with additional lifecycle actions such as merge and export.

Endpoint

Authentication

Authorization: Bearer <api_key or JWT>.

Query parameters

string
Filter to checkpoints from a single job.
integer
Maximum number of items to return.

Response

integer
0 on success.
object
Envelope containing an items array of checkpoint records with fields such as id, job_id, step, metric snapshots, artifact_paths, and created_at.

Example

Checkpoints and models share the same underlying storage. Use List Models when you need per-model lifecycle actions such as merge, reload, or export.