Skip to main content
GET
/
analytics
/
tenants
/
{tenant_id}
/
dashboard
Get Dashboard Analytics
curl --request GET \
  --url https://api.example.com/analytics/tenants/{tenant_id}/dashboard \
  --header 'Authorization: Bearer <token>'
{
  "tenant_id": "<string>",
  "generated_at": "<string>",
  "period_hours": 123,
  "real_time": {},
  "call_statistics": {},
  "capacity": {},
  "agents": [
    "<unknown>"
  ],
  "quota": {
    "tenant_id": "<string>",
    "monthly_call_limit": 123,
    "calls_used_this_month": 123,
    "calls_remaining": 123,
    "calls_usage_percentage": 123,
    "max_concurrent_calls": 123,
    "current_active_calls": 123,
    "concurrent_calls_remaining": 123,
    "concurrent_usage_percentage": 123,
    "total_minutes_used": 123,
    "quota_exceeded": true,
    "status": "<string>"
  }
}

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.

Path Parameters

tenant_id
string<uuid>
required

Query Parameters

hours
integer
default:24

Time period in hours (1-168)

Required range: 1 <= x <= 168

Response

Successful Response

Complete dashboard analytics.

tenant_id
string
required
generated_at
string
required
period_hours
integer
required
real_time
Real Time · object
required
call_statistics
Call Statistics · object
required
capacity
Capacity · object
required
agents
any[]
required
quota
QuotaInfo · object

Quota and remaining calls info