Fine-tuning
List Fine-tuning Checkpoints
GET
/
fine_tuning
/
jobs
/
{fine_tuning_job_id}
/
checkpoints
Authorizations
x-portkey-api-key
string
headerrequiredx-portkey-virtual-key
string
headerrequiredPath Parameters
fine_tuning_job_id
string
requiredThe 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: 10Number of checkpoints to retrieve.
Response
200 - application/json
data
object[]
requiredobject
enum<string>
requiredAvailable options:
list
has_more
boolean
requiredfirst_id
string | null
last_id
string | null
Was this page helpful?