---
title: "Get a list of checkpoints for a file"
method: GET
path: "/api/contents/{path}/checkpoints"
tags: ["contents"]
---

# Get a list of checkpoints for a file

`GET /api/contents/{path}/checkpoints`

List checkpoints for a given file. There will typically be zero or one results.

## Path parameters

- `path` string, required

## Response `200`

List of checkpoints for a file

- Checkpoints[]
  - `id` string, required — Unique id for the checkpoint.
  - `last_modified` string, dateTime, required — Last modified timestamp

## Other responses

- `400` — Bad request
- `404` — No item found
- `500` — Model key error

## Changes

> 2 revisions in range; 1 could not be searched.

- **2025-12-10** `e9ae9d653401` — 2 breaking, 1 warning
  - removed the media type `application/json` for the response with the status `200`
  - removed the media type `application/json` for the response with the status `400`
  - deleted the `path` request parameter `path`

[Change history](https://skmtc.dev/google/apis/jupyter-server-api/changes/api/contents/:path/checkpoints/get.md)

---

[API](https://skmtc.dev/google/apis/jupyter-server-api.md) · [All operations](https://skmtc.dev/google/apis/jupyter-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/jupyter-server-api/revisions/b6f1ce06c896/schema)
