---
title: "List fine-tuning events"
method: GET
path: "/v1/fine_tuning/jobs/{job_id}/events"
tags: ["fine-tuning"]
---

# List fine-tuning events

`GET /v1/fine_tuning/jobs/{job_id}/events`

Get status updates for a fine-tuning job.

## Path parameters

- `job_id` string, required

## Query parameters

- `limit` integer, nullable
- `after` string, nullable

## Response `200`

Successful Response

- ListEventsResponse
  - `object` string — The object type, which is always 'list'
  - `data` FineTuningJobEvent[], required
    - `id` string, required
    - `created_at` integer, required
    - `level` 'info' | 'warn' | 'error', required
    - `message` string, required
    - `object` 'fine_tuning.job.event', required
    - `data` unknown
    - `type` 'message' | 'metrics', nullable
  - `has_more` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nebius/apis/nebius-openai-compatible-inference-api.md) · [All operations](https://skmtc.net/nebius/apis/nebius-openai-compatible-inference-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nebius/nebius-openai-compatible-inference-api/revisions/0fb323abba3c/schema)
