---
title: "List all the Curated Snapshots."
method: GET
path: "/curatedsnapshot/v1/snapshots"
tags: ["Curated Snapshots"]
---

# List all the Curated Snapshots.

`GET /curatedsnapshot/v1/snapshots`

Lists all the Curated Snapshots.

## Query parameters

- `sortOrder` 'asc' | 'desc'
- `sortBy` 'jobID' | 'status' | 'resourceName'
- `resourceName` string
- `status[]` string[]
- `resourceType[]` string[]
- `retainedFor` 'Next 24 Hours' | 'Next 7 Days' | 'Next 1 Month', date
- `pageToken` string

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — The request either did not include an authentication token, or you have provided an expired authentication token.
- `404` — The requested resource was not found.
- `500` — Internal Server Error

---

[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/revisions/2af2bf148b25/schema)
