Get secret
GET /tenants/{tenant}/secrets/{name}
GET
/tenants/{tenant}/secrets/{name}
Retrieve details for a specific managed secret, including its vault path, sync target configuration, and current sync status across clusters.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenant
required
string
Tenant name
name
required
string
Secret name
Responses
Section titled “ Responses ”Secret details
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-credentialsHeaders
Section titled “Headers ” ETag
string
Resource version for optimistic locking
Invalid name
object
error
string
Missing or invalid authentication
object
error
string
Not a member of this tenant
object
error
string
Secret not found
object
error
string
Rate limit exceeded
object
error
string