GET
/
fine_tuning
/
jobs
/
{fine_tuning_job_id}
/
checkpoints

Authorizations

x-portkey-api-key
string
headerrequired
x-portkey-virtual-key
string
headerrequired

Path Parameters

fine_tuning_job_id
string
required

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

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
data
object[]
required
object
enum<string>
required
Available options:
list
first_id
string | null
last_id
string | null
has_more
boolean
required