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": 1073741824 }, "credits": { "used": 7500, "limit": 50000, "available": 42500, "hardCap": false, "billingPeriod": "monthly", "periodStart": "2025-12-01T00:00:00Z", "periodEnd": "2025-12-31T23:59:59Z" }, "plan": { "tier": "pro", "name": "Professional", "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
Was this page helpful?