External DocumentationTo learn more, visit the CyberArk documentation.
Actions
Get Safe
Get information about a safe in the vault.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Include Accounts | Select to include safe accounts in the response. |
| Safe ID | The ID of the required safe. |
| Use Cache | Select to retrieve the cache from a session in the response. |
{
"safeUrlId": "HRSafe",
"safeName": "HRSafe",
"safeNumber": 687,
"description": "HRSafe_Desc",
"location": "\\",
"creator": {
"id": "2",
"name": "Administrator"
},
"olacEnabled": false,
"managingCPM": "",
"numberOfVersionsRetention": null,
"numberOfDaysRetention": 6,
"autoPurgeEnabled": false,
"creationTime": 1621412613,
"lastModificationTime": 1622361852859451,
"accounts": [],
"isExpiredMember": false
}
Was this page helpful?