Skip to main content
GET
/
analytics
/
capacity
Get Capacity Metrics
curl --request GET \
  --url https://api.example.com/analytics/capacity \
  --header 'Authorization: Bearer <token>'
{
  "tenant_id": "<string>",
  "current_active_calls": 123,
  "total_capacity": 123,
  "utilization_percentage": 123,
  "available_capacity": 123,
  "agents_count": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

System capacity metrics.

tenant_id
string
required
current_active_calls
integer
required
total_capacity
integer
required
utilization_percentage
number
required
available_capacity
integer
required
agents_count
integer
required