v2

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-01-12412664.0 KB
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

namestring
valuestring
created_atstring date-time

Example response

{
  "name": "openai-api-key",
  "value": "sk-..."
}