---
title: "List Checkpoints"
method: GET
path: "/tailored-gen/models/{model_id}/checkpoints"
tags: ["Model"]
---

# List Checkpoints

`GET /tailored-gen/models/{model_id}/checkpoints`

Retrieve a list of all available checkpoints for a model. Only available for models trained in `expert` mode.

## Path parameters

- `model_id` integer, required

## Headers

- `api_token` string, required

## Response `200`

Successfully retrieved list of checkpoints.

- object
  - `checkpoints` object[]
    - `checkpoint_step` integer
    - `training_job_id` integer
    - `created_at` string, date-time
  - `active_model_version` string

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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