---
title: "List all fine-tuning jobs"
method: GET
path: "/openai/fine_tuning/jobs"
tags: ["Fine-tuning Jobs"]
---

# List all fine-tuning jobs

`GET /openai/fine_tuning/jobs`

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

## Query parameters

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

## Response `200`

Successfully retrieved list of fine-tuning jobs

- object
  - `data` FineTuningJobSummary[]
    - `id` string — The fine-tuning job ID
    - `status` 'pending' | 'running' | 'succeeded' | 'failed' | 'cancelled' — Current status of the job
    - `created_at` integer — Unix timestamp of job creation
    - `model` string — Base model being fine-tuned
  - `has_more` boolean — Whether there are more jobs to retrieve

## Other responses

- `401` — Authentication failed - invalid or missing API key
- `500` — Internal server error

---

[API](https://skmtc.net/azure/apis/azure-openai-fine-tuning-api.md) · [All operations](https://skmtc.net/azure/apis/azure-openai-fine-tuning-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/azure-openai-fine-tuning-api/revisions/562c2630055c/schema)
