---
title: "Get Fine Tune"
method: GET
path: "/v1/llm/fine-tunes/{fine_tune_id}"
---

# Get Fine Tune

`GET /v1/llm/fine-tunes/{fine_tune_id}`

## Path parameters

- `fine_tune_id` string, required

## Response `200`

Successful Response

- GetFineTuneResponse
  - `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

## Other responses

- `422` — Validation Error

---

[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/revisions/8333576dbe43/schema)
