curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/agents/summary \
--header 'Authorization: Bearer <token>'{
"total_agents": 0,
"online_agents": 0,
"total_sent": 0,
"total_dropped": 0,
"avg_queue_size": 0,
"healthy_count": 0,
"warning_count": 0,
"critical_count": 0
}Get agents summary statistics.
curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/agents/summary \
--header 'Authorization: Bearer <token>'{
"total_agents": 0,
"online_agents": 0,
"total_sent": 0,
"total_dropped": 0,
"avg_queue_size": 0,
"healthy_count": 0,
"warning_count": 0,
"critical_count": 0
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response