List checkpoints
List Loops checkpoints filtered by run id, base model, or bt:// URI. Provide exactly one filter.
Documentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Query Parameters
Filter by run ID. Returns all checkpoints saved by the run.
"k4q95w5"
Filter by base model. Returns checkpoints across the caller's runs of this base model.
"Qwen/Qwen3-8B"
bt:// URI of a Loops checkpoint. Form: bt://loops:<run_id>/(weights|sampler_weights)/<checkpoint_name>.
"bt://loops:k4q95w5/sampler_weights/step-100"
Response
Checkpoints matching the query filter.
Matching checkpoints.