---
title: "Retrieve training metrics for fine-tuned models."
method: GET
path: "/v1/finetuning/finetuned-models/{finetuned_model_id}/training-step-metrics"
tags: ["/finetuning"]
deprecated: true
---

# Retrieve training metrics for fine-tuned models.

`GET /v1/finetuning/finetuned-models/{finetuned_model_id}/training-step-metrics`

> **Deprecated.**

Returns a list of metrics measured during the training of a fine-tuned model.
The metrics are ordered by step number, with the most recent step first.
The list can be paginated using `page_size` and `page_token` parameters.

## Path parameters

- `finetuned_model_id` string, required

## Query parameters

- `page_size` integer
- `page_token` string

## Headers

- `X-Client-Name` string

## Response `200`

A successful response.

- ListTrainingStepMetricsResponse — Response to a request to list training-step metrics of a fine-tuned model.
  - `step_metrics` TrainingStepMetrics[] — The metrics for each step the evaluation was run on.
    - `created_at` string, date-time — Creation timestamp.
    - `step_number` integer — Step number.
    - `metrics` object — Map of names and values for each evaluation metrics.
  - `next_page_token` string — Pagination token to retrieve the next page of results. If the value is "", it means no further results for the request.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Status Service Unavailable

---

[API](https://skmtc.net/cohere-ai/apis/api-reference.md) · [All operations](https://skmtc.net/cohere-ai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cohere-ai/api-reference/revisions/e5ae7eef854b/schema)
