Skip to main content
GET
Get Tenant Quota

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenant_id
string<uuid>
required

Response

Successful Response

Tenant quota and usage information.

tenant_id
string
required
monthly_call_limit
integer
required

Maximum calls allowed per month

calls_used_this_month
integer
required

Calls made this month

calls_remaining
integer
required

Calls remaining this month

calls_usage_percentage
number
required

Percentage of monthly call quota used

max_concurrent_calls
integer
required

Maximum concurrent calls allowed

current_active_calls
integer
required

Currently active calls

concurrent_calls_remaining
integer
required

Available concurrent call slots

concurrent_usage_percentage
number
required

Percentage of concurrent capacity used

total_minutes_used
number
required

Total minutes used all-time

quota_exceeded
boolean
required

Whether quota has been exceeded

status
string
required

Tenant status (active, blocked, etc.)