---
title: "List Fine Tunes"
method: GET
path: "/v1/llm/fine-tunes"
---

# List Fine Tunes

`GET /v1/llm/fine-tunes`

## Response `200`

Successful Response

- ListFineTunesResponse
  - `jobs` GetFineTuneResponse[], required
    - `id` string, required — Unique ID of the fine tune
    - `fine_tuned_model` string, nullable — Name of the resulting fine-tuned model. This can be plugged into the Completion API ones the fine-tune is complete
    - `status` 'PENDING' | 'RUNNING' | 'SUCCESS' | 'FAILURE' | 'CANCELLED' | 'UNDEFINED' | 'TIMEOUT', required

---

[API](https://skmtc.net/scaleapi/apis/launch.md) · [All operations](https://skmtc.net/scaleapi/apis/launch/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scaleapi/launch/versions/8333576dbe43/schema)
