{
"data": [
{
"step": 123,
"created_at": "<string>",
"path": "<string>",
"checkpoint_type": "<string>"
}
]
}List the checkpoints for a single fine-tuning job.
{
"data": [
{
"step": 123,
"created_at": "<string>",
"path": "<string>",
"checkpoint_type": "<string>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the fine-tune job to list checkpoints for
List of fine-tune checkpoints
Show child attributes
Was this page helpful?