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

# GET /fine-tunes/

`GET /fine-tunes/`

Paginated list of all fine-tunes for the authenticated user

## Query parameters

- `limit` integer, nullable
- `starting_after` string, nullable
- `ending_before` string, nullable

## Headers

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

## Response `200`

- PaginatedFineTunes — Paginated list of fine-tunes
  - `data` FineTune[], required — List of fine-tune objects
    - `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
  - `has_more` boolean, required — Whether there are more fine-tunes available
  - `next_page` string, nullable — An ID that can be passed as `starting_after` or `ending_before` to get the next page of data.

---

[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/versions/8910812440d3/schema)
