---
title: "Get metrics"
method: GET
path: "/fine-tunes/{id}/metrics"
tags: ["Fine-tuning"]
---

# Get metrics

`GET /fine-tunes/{id}/metrics`

Retrieves recorded training metrics for a fine-tuning job in chronological order. All query parameters are optional: omit them to retrieve all metrics.

## Path parameters

- `id` string, required — Fine-tune job ID. A string that starts with `ft-`.

## Query parameters

- `global_step_from` integer
- `global_step_to` integer
- `logged_at_from` string, date-time
- `logged_at_to` string, date-time
- `resolution` integer

## Response `200`

List of metrics snapshots in chronological order.

- object
  - `metrics` object[]

## Other responses

- `400` — Invalid request: bad JSON body or missing job ID.
- `404` — Fine-tune job not found.
- `500` — Internal server error: failed to retrieve metrics.

---

[API](https://skmtc.net/together/apis/together-apis.md) · [All operations](https://skmtc.net/together/apis/together-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/together/together-apis/revisions/1fab430e87d6/schema)
