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

# Get Fine Tune Events

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

## Path parameters

- `fine_tune_id` string, required

## Response `200`

Successful Response

- GetFineTuneEventsResponse
  - `events` LLMFineTuneEvent[], required
    - `timestamp` number, nullable
    - `message` string, required
    - `level` string, 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)
