Skip to content
Start here

Quota

View secret usage
client.secretsStore.quota.get(QuotaGetParams { account_id } params, RequestOptionsoptions?): QuotaGetResponse { secrets }
GET/accounts/{account_id}/secrets_store/quota
ModelsExpand Collapse
QuotaGetResponse { secrets }
secrets: Secrets { quota, usage }
quota: number

The number of secrets the account is entitlted to use

usage: number

The number of secrets the account is currently using