---
title: "Gets the events for the fine-tune job specified by the given fine-tune-id.
Events are created when the job status changes, e.g. running or complete, and when results are uploaded."
method: GET
path: "/fine_tuning/jobs/{fine-tuning-job-id}/events"
tags: ["Fine-tuning:"]
---

# Gets the events for the fine-tune job specified by the given fine-tune-id.
Events are created when the job status changes, e.g. running or complete, and when results are uploaded.

`GET /fine_tuning/jobs/{fine-tuning-job-id}/events`

## Path parameters

- `fine-tuning-job-id` string, required

## Query parameters

- `after` string
- `limit` integer
- `api-version` string, required

## Response `200`

Success

- FineTuningJobEventList — Represents a list of events.
  - `object` 'list' | 'fine_tuning.job' | 'file' | 'fine_tuning.job.event' | 'fine_tuning.job.checkpoint' | 'model' | 'upload' | 'upload.part' | 'batch' | 'wandb' — Defines the type of an object.
  - `data` FineTuningJobEvent[] — The list of items.
    - `object` 'list' | 'fine_tuning.job' | 'file' | 'fine_tuning.job.event' | 'fine_tuning.job.checkpoint' | 'model' | 'upload' | 'upload.part' | 'batch' | 'wandb' — Defines the type of an object.
    - `id` string — The identity of this event.
    - `created_at` integer, required — A timestamp when this event was created (in unix epochs).
    - `level` 'info' | 'warning' | 'error', required — The verbosity level of an event.
    - `message` string, required — The message describing the event. This can be a change of state, e.g., enqueued, started, failed or completed, or other events like uploaded results.
    - `type` 'message' | 'metrics', required — Defines the severity of a content filter result.
    - `data` unknown
  - `has_more` boolean — A value indicating whether the list contains more elements than returned.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/azure/apis/cognitiveservices-azureopenai-authoring.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-azureopenai-authoring/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-azureopenai-authoring/revisions/b177dc430e39/schema)
