v1

latestOpenAPI 3.1.02026-07-2675394318.9 KB
fine-tuning

List fine-tuning jobs

Lists all fine-tuning jobs.

get/v1/fine_tuning/jobs

Query parameters

limitinteger nullable
afterstring nullable
ai_project_idstring nullable

Project ID to list fine tuning jobs

Project ID to list fine tuning jobs

Response

Successful Response

objectstring

The object type, which is always 'list'

has_moreboolean required

Whether there are more jobs to fetch

Example response

{
  "data": [
    {
      "error": {
        "status": 500
      }
    }
  ]
}