Groundfloor Docs

Quotas API

Read account plan tier and usage ceilings.

GET /v1/accounts/{account_id}/quota

Returns the account's plan tier and usage against ceilings (workspaces, databases, and other metered limits as configured for the cell).

Permission: read on account

See also: Customer Portal — Quotas

curl -s -H "Authorization: Bearer $TOKEN" \
  "$CP_URL/v1/accounts/$ACCOUNT_ID/quota" | jq .