Skip to main content
GET
List checkpoints for a fine-tune job

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Fine-tune ID

Response

Checkpoints list

Standard wrapper for the list-checkpoints response.

branch
string

Oxen branch where the model and its checkpoints are stored.

checkpoints
Checkpoint · object[]

Checkpoints saved during the fine-tune run, sorted by step ascending.

fine_tune_id
string

ID of the fine-tune job these checkpoints belong to.

status
string

High-level status string (for example, 'success').

status_message
string

Human-readable status message (for example, 'resource_found').

total_checkpoints
integer

Total number of checkpoints returned.