List checkpoints for a fine-tune job
Retrieve all saved checkpoints for a fine-tune training run. Returns an empty list if the model branch has not been created yet (e.g. before training has produced checkpoints).
Documentation Index
Fetch the complete documentation index at: https://oxenai-eric-document-openclaw.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Fine-tune ID
Response
Checkpoints list
Standard wrapper for the list-checkpoints response.
Oxen branch where the model and its checkpoints are stored.
Checkpoints saved during the fine-tune run, sorted by step ascending.
ID of the fine-tune job these checkpoints belong to.
High-level status string (for example, 'success').
Human-readable status message (for example, 'resource_found').
Total number of checkpoints returned.