v1

latestOpenAPI 3.0.02026-07-26242779.3 KB

Get a specific secret set

Retrieve the keys (not values) of a specific secret set. Image pull secrets cannot be retrieved.

get/secrets/{setName}

Path parameters

setNamestring required

Name of the secret set to retrieve

Response

Secret set details, including readiness status

regionstring

The region where the secret set is stored

status'pending' | 'ready' | 'failed'

Readiness state. pending while provisioning is in flight, ready once the set can be bound to a deploy, failed if provisioning could not complete.

errorMessagestring

Customer-facing message returned only when status is failed. Generic by design — internal diagnostic details are kept in platform logs.