Skip to content

List 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).

tenant
required
string

Tenant name

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-credentials

Invalid 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