Skip to main content
GET
/
v1
/
usage
Get Organization Usage
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"
  }
}

Authorizations

Authorization
string
header
required

JWT token from Stytch B2B authentication (magic link, SSO, or M2M)

Response

Current usage information

Organization usage information.

storage
StorageUsage · object
required

Storage usage and limits

credits
CreditUsage · object
required

Credit usage and billing info

plan
PlanInfo · object
required

Current subscription plan