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

# List checkpoints

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

List the checkpoints for a single fine-tuning job.

## Path parameters

- `id` string, required — The ID of the fine-tune job to list checkpoints for

## Response `200`

List of fine-tune checkpoints

- FinetuneListCheckpoints
  - `data` FineTuneCheckpoint[], required
    - `step` integer, required — Step represented by the checkpoint; final checkpoints use the shipped model step.
    - `created_at` string, required — Timestamp when the checkpoint was created.
    - `path` string, required — Storage path for the checkpoint artifact.
    - `checkpoint_type` string, required — Display label for the checkpoint, including the final or intermediate checkpoint step.
    - `checkpoint` 'model' | 'adapter' — Canonical artifact selector for checkpoint download requests.
    - `object_id` string — Together model registry object ID for the checkpoint artifact (e.g. `ml_...`).
    - `object_name` string — Together model registry name for the checkpoint artifact, formatted as `<project_slug>/<checkpoint_name>`.
    - `object_revision_id` string — Together model registry revision ID for the checkpoint artifact (e.g. `rv_...`).

---

[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/versions/f26a23fab8e0/schema)
