admin
Get Platform Statistics
Get platform-wide statistics for admin dashboard.
Returns:
- Total/active/blocked tenants
- Total/active users
- Total/active agents
- Call statistics (today, month, all-time)
- Active sessions
- Revenue data
Use for:
- Admin dashboard overview
- Platform health monitoring
- Billing reports
GET
Get Platform Statistics
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response
Platform-wide statistics for admin dashboard.
Previous
List All TenantsList all tenants with summary statistics.
**For billing system integration - returns all tenants with:**
- Tenant details (name, type, plan, status)
- Usage counts (agents, calls)
- Quota status (exceeded or not)
**Filters:**
- `tenant_type`: business, developer, admin
- `status_filter`: active, blocked, suspended
Next
Get Platform Statistics