List Application Env Secrets
Applications API
List Application Env Secrets
List the environment-secret keys of an application: which keys its generated manifests read out of the <app>-env Secret, which of them have a stored value, and when each was last set. Values are never returned - there is no reveal endpoint on this surface, because a value the platform writes into a cluster Secret has no reason to travel back out. A browser session twin is mounted at the same path without the /api/v1 prefix (cookie authentication).
GET
List Application Env Secrets
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
An application's environment-secret surface: the Secret the generated manifests read, the keys that have a value, and the keys still missing one.