Skip to main content
GET

Authorizations

x-portkey-api-key
string
header
required
x-portkey-virtual-key
string
header
required

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
Last modified on April 2, 2026