Get current organization usage and billing information.
cURL
curl --request GET \ --url https://api.cuadra.ai/v1/usage \ --header 'Authorization: Bearer <token>'
{ "storage": { "used": 524288000, "limit": 53687091200 }, "credits": { "used": 7500, "limit": 50000, "available": 42500, "overageCredits": 0, "isInOverage": false, "hardCap": false, "billingPeriod": "monthly", "periodStart": "2026-04-01T00:00:00Z", "periodEnd": "2026-04-30T23:59:59Z" }, "plan": { "tier": "pro", "name": "Pro", "billingCycle": "monthly" } }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
Current usage information
Organization usage information.
Storage usage and limits
Show child attributes
Credit usage and billing info
Current subscription plan
Tier-specific restrictions and quotas for frontend gating
Was this page helpful?