External DocumentationTo learn more, visit the CyberArk documentation.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
List Safes with Cyberark and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
| Parameter | Description |
|---|---|
| Limit | The maximum number of items to retrieve per request (zero-based). |
| Offset | The index of the first result to retrieve. |
{
"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"
}
Was this page helpful?