Skip to main content

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.

Retrieve a secret value from Akeyless.
External DocumentationTo learn more, visit the Akeyless documentation.

Parameters

ParameterDescription
AccessibilityThe accessibility level of the secret.
Ignore CacheRetrieve the secret value without checking the Gateway’s cache.
Secret NamesA comma-separated list of secret names to retrieve.
VersionThe 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).

Example Output

{
	"MyFirstSecret": "My First Secret Value"
}

Workflow Library Example

Get Secret Value with Akeyless and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop