List secrets
GET /tenants/{tenant}/secrets
GET
/tenants/{tenant}/secrets
List all managed secrets for the tenant. Returns secret metadata and sync configuration, but not the secret values themselves (those are stored in the vault).
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenant
required
string
Tenant name
Responses
Section titled “ Responses ”List of secrets
object
items
Array<object>
object
createdAt
string
Example
2026-03-10T09:15:00Z name
string
Example
database-creds resourceVersion
string
Example
582019 secretPath
string
Example
services/database/credentials status
object
conditions
Array<object>
object
key
additional properties
phase
string
Example
Synced syncStatuses
Array<object>
object
key
additional properties
sync
Array<object>
object
cluster
string
Example
production namespace
string
Example
app secretName
string
Example
db-credentialsInvalid tenant name
object
error
string
Missing or invalid authentication
object
error
string
Not a member of this tenant
object
error
string
Rate limit exceeded
object
error
string