v1

latestOpenAPI 3.0.32026-07-174311.6 KB
Fine-tuning Jobs

List all fine-tuning jobs

Retrieves a list of all fine-tuning jobs for your Azure OpenAI resource

get/openai/fine_tuning/jobs

Query parameters

api-version'2024-02-01' | '2023-12-01-preview' | '2023-10-01-preview' required

API version to use

Response

Successfully retrieved list of fine-tuning jobs

has_moreboolean

Whether there are more jobs to retrieve

Example response

{
  "data": [
    {
      "id": "ftjob-abc123",
      "model": "gpt-35-turbo"
    }
  ]
}
All 4 operations