---
title: "List all snapshots"
method: GET
path: "/fileserver/v2/orgs/{orgID}/backupsets/{backupsetID}/snapshots"
tags: ["File Server"]
---

# List all snapshots

`GET /fileserver/v2/orgs/{orgID}/backupsets/{backupsetID}/snapshots`

Returns snapshots for the specified backup set.

## Path parameters

- `orgID` integer, required
- `backupsetID` integer, required

## Query parameters

- `snapshotTypes` 'HOT' | 'WARM' | 'COLD'
- `fromTime` string, date-time
- `toTime` string, date-time
- `sortOrder` string
- `pageToken` string

## Response `200`

Success

- FSGetSnapshotsResponse — FSGetSnapshotsResponse is the response schema for GetSnapshotsResponse
  - `snapshots` FSSnapshot[]
    - `name` string — The name of the snapshot.
    - `snapshotType` string — The type of snapshot. The possible values for the snapshot type are: "HOT", "WARM", and "COLD".
    - `createdAt` string — The creation date and time of the snapshot.
  - `nextPageToken` string — The token to access the next page of results. This parameter will be empty for the last page of results.

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or the authentication token was expired.
- `403` — Forbidden
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in Cloud.

---

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