Skip to main content
GET
/
api
/
repos
/
{namespace}
/
{repo_name}
/
fine_tunes
/
{id}
/
checkpoints
List checkpoints for a fine-tune job
curl --request GET \
  --url https://hub.oxen.ai/api/repos/{namespace}/{repo_name}/fine_tunes/{id}/checkpoints \
  --header 'Authorization: Bearer <token>'
{
  "branch": "<string>",
  "checkpoints": [
    {}
  ],
  "fine_tune_id": "<string>",
  "total_checkpoints": 123
}

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

branch
string

Oxen branch where checkpoints are stored

checkpoints
object[]
fine_tune_id
string
total_checkpoints
integer