Skip to main content
GET
List fine-tuning jobs

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer | null
after
string | null
ai_project_id
string | null

Project ID to list fine tuning jobs

Response

Successful Response

data
FineTuningJob · object[]
required

List of fine-tuning jobs

has_more
boolean
required

Whether there are more jobs to fetch

object
string
default:list

The object type, which is always 'list'