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

# List Model Checkpoints

`GET /v1/preview/models/{model_id}/checkpoints`

## Path parameters

- `model_id` string, required

## Query parameters

- `after` string — Cursor for pagination - ID of the last item from previous page
- `limit` integer — Number of items to return
- `order` 'asc' | 'desc' — Sort order

## Response `200`

Successful Response

- PaginatedResponseCheckpointResponse
  - `object` string — Object type identifier
  - `data` CheckpointResponse[], required — Array of items
    - `id` string, uuid, required
    - `step` integer, required
    - `metrics` object, required
  - `first_id` string — ID of the first item in the current page
  - `last_id` string — ID of the last item in the current page
  - `has_more` boolean, required — Whether there are more items available

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/wandb/apis/serverless-training.md) · [All operations](https://skmtc.net/wandb/apis/serverless-training/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandb/serverless-training/revisions/8d8d96fc0fd3/schema)
