> ## 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 Safes

Get all safes that the current user has access to.

<Note>
  External Documentation

  To learn more, visit the [CyberArk documentation](https://docs.cyberark.com/pam-self-hosted/latest/en/content/sdk/safes%20web%20services%20-%20list%20safes.htm).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter        | Description                                                        |
  | ---------------- | ------------------------------------------------------------------ |
  | Extended Details | Select to include additional detailed information in the response. |
  | Include Accounts | Select to include safe accounts in the response.                   |
  | Safe Name        | Filter results by the name of the safe.                            |
  | Sort             | The property by which to sort the retrieved results.               |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                       |
  | --------- | ----------------------------------------------------------------- |
  | Limit     | The maximum number of items to retrieve per request (zero-based). |
  | Offset    | The index of the first result to retrieve.                        |
</div>

## Example Output

```json theme={"dark"}
{
	"value": [
		{
			"safeUrlId": "VaultInternal",
			"safeName": "VaultInternal",
			"safeNumber": 2,
			"description": "",
			"location": "\\",
			"creator": {
				"id": "2",
				"name": "Administrator"
			},
			"olacEnabled": false,
			"managingCPM": "",
			"numberOfVersionsRetention": null,
			"numberOfDaysRetention": 30,
			"autoPurgeEnabled": false,
			"creationTime": 1608827926,
			"lastModificationTime": 1610319618268452,
			"isExpiredMember": false
		}
	],
	"count": 1769,
	"nextLink": "api/safes?offset=25&limit=25&useCache=False"
}
```

## Workflow Library Example

[List Safes with Cyberark and Send Results Via Email](https://library.blinkops.com/workflows/list-safes-with-cyberark-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-safes-with-cyberark-and-send-results-via-email/canvas" />
</div>
