v5

latestOpenAPI 3.0.0raw.githubusercontent.com2025-11-284413.7 KB
Secrets

List secrets

Retrieves a list of secrets from the secrets bucket. By default, only key names are returned unless reveal=true is specified.

get/secrets

Query parameters

limitinteger

Maximum number of secrets to return (default: 100)

revealboolean

Whether to include secret values in the response

Response

List of secrets retrieved successfully

keystring required

The unique identifier for the secret

valuestring

The secret value (only included when reveal=true)

All 4 operations