> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Curated Snapshots

Returns the Curated Snapshots.

<Note>
  External Documentation

  To learn more, visit the [Druva documentation](https://developer.druva.com/reference/get_curatedsnapshot-v1-snapshots).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter     | Description                                                                                                                      |
  | ------------- | -------------------------------------------------------------------------------------------------------------------------------- |
  | Page Token    | The token to access the next page of results. Use the token value received in the previous response's parameter 'nextPageToken'. |
  | Resource Name | Specify the resource name to filter and list the data for that specific resource name within Druva Cloud.                        |
  | Resource Type | Specify the resource type to filter and list the data for the resource types.                                                    |
  | Retained For  | Specify the time until which the Curated Snapshot will be active.                                                                |
  | Sort By       | Specify the parameter by which you intend to sort the listed results.                                                            |
  | Sort Order    | Specify the order by which you intend to sort and list the results. Sorting can be done in ascending or descending order.        |
  | Status        | Specify the current status of the Curated Snapshot to filter and list the snapshots.                                             |
</div>

## Example Output

```json theme={"dark"}
{
	"snapshots": [
		{
			"jobID": 1,
			"resourceID": 1234,
			"resourceName": "Ernie Carter's Macbook",
			"resourceType": "Endpoint",
			"resourceURL": "",
			"restoreURL": "",
			"platformType": "",
			"ssRangeStartDate": "2020-10-25T00:00:00Z",
			"ssRangeEndDate": "2020-10-29T:23:59:59Z",
			"expiry": "2020-11-28T:23:59:59Z",
			"enableAVScan": true,
			"excludeFileHashes": true,
			"excludeFileExtentions": false,
			"fileExtentions": [
				".txt"
			],
			"replaceExistingSnapshot": true,
			"virtualSnapshotID": "dmlydHVhbF9Nb24gQXVnIDMwIDA2OjQxOjE3IDIwMjE=",
			"virtualSnapshotEpoch": 129080982,
			"virtualSnapshotName": "virtual_Mon Aug 30 06:41:17 2021",
			"displaySnapshotName": "Aug 30, 2021 06:41",
			"size": 10240,
			"statusCode": 1,
			"status": "Active",
			"filesIncluded": 100,
			"filesScanedSkipped": 1,
			"filesExcluded": 5,
			"filesBlocked": 5,
			"filesEncrypted": 5
		}
	],
	"nextPageToken": "eyJpZCI6NTY1NX0=",
	"totalItems": 87
}
```

## Workflow Library Example

[List Curated Snapshots with Druva and Send Results Via Email](https://library.blinkops.com/workflows/list-curated-snapshots-with-druva-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-curated-snapshots-with-druva-and-send-results-via-email/canvas" />
</div>
