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

Authorizations

Authorization
string
header
required

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

Path Parameters

fine_tuning_job_id
string
required

The ID of the fine-tuning job to get checkpoints for.

Example:

"ft-AF1WoRqd3aJAHsqc9NY7iL8F"

Query Parameters

after
string

Identifier for the last checkpoint ID from the previous pagination request.

limit
integer
default:10

Number of checkpoints to retrieve.

Response

200 - application/json

OK

data
FineTuningJobCheckpoint · object[]
required
object
enum<string>
required
Available options:
list
has_more
boolean
required
first_id
string | null
last_id
string | null