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.