Skip to main content
GET
List all secrets for an app

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

app_id
string<uuid>
required

Unique ID of the app.

Response

Secrets listed successfully.

secret_name
string
required

User-facing name of the secret.

k8s_name
string
required

K8s resource name.

keys
string[]

List of key names in this secret.

created_at
string | null

Secret creation timestamp in ISO 8601 format.