---
title: "List snapshots"
method: GET
path: "/v3/snapshots"
tags: ["snapshots"]
---

# List snapshots

`GET /v3/snapshots`

Lists all Block Storage snapshots

## Query parameters

- `all_tenants` string
- `sort` string
- `sort_key` string
- `sort_dir` 'asc' | 'desc'
- `limit` integer
- `offset` integer
- `marker` string
- `with_count` boolean

## Response `200`

OK

- SnapshotsSimple
  - `snapshots` SnapshotSimple[]
    - `id` string, uuid — The UUID of the snapshot
    - `name` string, nullable — The snapshot name
    - `links` Link[]
      - `href` string, uri
      - `rel` string
      - `type` string
  - `snapshots_links` Link[]
    - `href` string, uri
    - `rel` string
    - `type` string
  - `count` integer — Total count of snapshots (microversion 3.45+)

---

[API](https://skmtc.net/platform9/apis/cluster-blueprint-api.md) · [All operations](https://skmtc.net/platform9/apis/cluster-blueprint-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/platform9/cluster-blueprint-api/revisions/708ad90fe444/schema)
