---
title: "GET /fine-tunes/{id}"
method: GET
path: "/fine-tunes/{id}"
tags: ["FineTunes"]
---

# GET /fine-tunes/{id}

`GET /fine-tunes/{id}`

Retrieve a specific fine-tune by ID

## Path parameters

- `id` string, required

## Headers

- `Cartesia-Version` '2026-03-01', date, required

## Response `200`

- FineTune — Information about a fine-tune
  - `id` string, required — Unique identifier for the fine-tune
  - `name` string, required — Name of the fine-tune
  - `description` string, required — Description of the fine-tune
  - `language` string, required — Language code of the fine-tune
  - `model_id` string, required — Base model that was used to create this fine-tune
  - `dataset` string, required — ID of the dataset used for fine-tuning
  - `status` 'created' | 'training' | 'completed' | 'failed', required — Status of a fine-tune

---

[API](https://skmtc.net/cartesia/apis/cartesia-api.md) · [All operations](https://skmtc.net/cartesia/apis/cartesia-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cartesia/cartesia-api/revisions/8910812440d3/schema)
