---
title: "List all fine-tuned models for the current user"
method: GET
path: "/v1/models/fine-tuned"
tags: ["Fine-tuned Models"]
---

# List all fine-tuned models for the current user

`GET /v1/models/fine-tuned`

## Query parameters

- `page` integer
- `items_per_page` integer

## Response `200`

Successful response

- object
  - `data` FineTunedModelResponse[]
    - `id` string, uuid
    - `created_at` string, date-time
    - `fine_tuning_job_name` string
    - `name` string
    - `artifacts` object
  - `pagination` Pagination
    - `total_pages` integer
    - `current_page` integer
    - `items_per_page` integer

## Other responses

- `401` — Unauthorized

## Changes

- **2024-10-01** `00b130df94af` — 1 warning
  - removed the optional property `data/items/description` from the response with the `200` status

[Change history](https://skmtc.dev/luminolabs/apis/models-api/changes/v1/models/fine-tuned/get.md)

---

[API](https://skmtc.dev/luminolabs/apis/models-api.md) · [All operations](https://skmtc.dev/luminolabs/apis/models-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/luminolabs/models-api/revisions/00b130df94af/schema)
