External DocumentationTo learn more, visit the Akeyless documentation.
Parameters
Example Output
Workflow Library Example
Get Secret Value with Akeyless 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 |
|---|---|
| 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?