External DocumentationTo learn more, visit the Akeyless documentation.
Actions
Get Secret Value
Retrieve a secret value from Akeyless.

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 |
|---|---|
| Accessibility | The accessibility level of the secret. |
| Ignore Cache | Retrieve the secret value without checking the Gateway’s cache. |
| Secret Names | A comma-separated list of secret names to retrieve. |
| Version | The version of the secret to retrieve. Note: If a negative version is specified, return the latest versions of the secret (e.g., version = -5 returns the last 5 versions). |
{
"MyFirstSecret": "My First Secret Value"
}
Was this page helpful?