---
title: "List checkpoints for a mirrored directory"
method: GET
path: "/api/cephfs/mirror/{fs_name}/checkpoint"
tags: ["CephfsMirror"]
---

# List checkpoints for a mirrored directory

`GET /api/cephfs/mirror/{fs_name}/checkpoint`

## Path parameters

- `fs_name` string, required

## Query parameters

- `path` string, required

## Response `200`

OK

- object
  - `checkpoints` object[], required — Checkpoints for the directory
    - `created_at` string, required — Checkpoint creation time
    - `error_msg` string, required — Checkpoint error message
    - `snap_id` integer, required — Snapshot ID
    - `snap_name` string, required — Snapshot name
    - `status` string, required — Checkpoint status
    - `updated_at` string, required — Checkpoint last update time
  - `dir_root` string, required — Mirrored directory path

## Other responses

- `400` — Operation exception. Please check the response body for details.
- `401` — Unauthenticated access. Please login first.
- `403` — Unauthorized access. Please check your permissions.
- `500` — Unexpected error. Please check the response body for the stack trace.

## Changes

- **2026-08-24** `474e652a8dce` — 1 info
  - endpoint added
- **2026-08-18** `7a8c7ea97213` — 1 breaking
  - api path removed without deprecation
- **2026-08-11** `1a1fbc6e3786` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ceph/apis/ceph-rest-api/changes/api/cephfs/mirror/:fs_name/checkpoint/get.md)

---

[API](https://skmtc.dev/ceph/apis/ceph-rest-api.md) · [All operations](https://skmtc.dev/ceph/apis/ceph-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ceph/ceph-rest-api/revisions/474e652a8dce/schema)
