Usage
Get organization quota status
Returns the current quota status for an organization including usage, limits, tier, and reset date.
get/v1beta/quota
Query parameters
organization_idstring
Optional: organization ID to query. If not provided, uses the caller's organization. Only admins can query other organizations.
Example:org_01h2xcejqtf2nbrexx3vqjhp41
Optional: organization ID to query. If not provided, uses the caller's organization. Only admins can query other organizations.
Response
Success
Example response
{
"quota": {
"organization_id": "org_01h2xcejqtf2nbrexx3vqjhp41"
}
}