Vault
Retrieve Secret by Name
Retrieve a secret directly from the vault by name. This is for administrative/CLI use and bypasses the ephemeral credential system.
get/vault/secrets/{name}
Path parameters
namestring required
Example:openai-api-key
The secret name
Response
Secret retrieved successfully
Example response
{
"name": "openai-api-key",
"value": "sk-..."
}