---
title: "List all snapshots"
method: GET
path: "/storageconfig/v2/csets/{csetID}/snapshots"
tags: ["NAS"]
---

# List all snapshots

`GET /storageconfig/v2/csets/{csetID}/snapshots`

List snapshots for the specified backup set.

## Path parameters

- `csetID` integer, required

## Query parameters

- `snapshotTypes` string[]
- `fromTime` string
- `toTime` string
- `sortBy` string
- `pageSize` integer
- `pageToken` string
- `useCtime` boolean

## Headers

- `X-Drv-Product-Jwt` string, required
- `authEntities` string, required

## Response `200`

The list of all snapshots.

## Other responses

- `400` — Bad Request
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in Cloud.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/versions/2af2bf148b25/schema)
