---
title: "Lists all previously created fine tunings. This endpoint is in closed beta. [Contact us](https://groq.com/contact) for more information."
method: GET
path: "/v1/fine_tunings"
tags: ["Fine Tuning"]
---

# Lists all previously created fine tunings. This endpoint is in closed beta. [Contact us](https://groq.com/contact) for more information.

`GET /v1/fine_tunings`

## Response `200`

OK

- ListFineTuningsResponse
  - `data` object[]
    - `base_model` string — BaseModel is the model that the fine tune was originally trained on.
    - `created_at` number — CreatedAt is the timestamp of when the fine tuned model was created.
    - `fine_tuned_model` string — FineTunedModel is the final name of the fine tuned model.
    - `id` string — ID is the unique identifier of a fine tune.
    - `input_file_id` string — InputFileID is the id of the file that was uploaded via the /files api.
    - `name` string — Name is the given name to a fine tuned model.
    - `type` string — Type is the type of fine tuning format such as "lora".
  - `object` string

## Changes

- **2025-08-05** `4543b558a0a5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/groq/apis/groqcloud-api/changes/v1/fine_tunings/get.md)

---

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