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

# List group snapshots

`GET /v3/group_snapshots`

Lists all group snapshots

## Query parameters

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

## Response `200`

OK

- GroupSnapshotsSimple
  - `group_snapshots` GroupSnapshotSimple[]
    - `id` string, uuid — The UUID of the group snapshot
    - `name` string, nullable — The group snapshot name

---

[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)
