cURL
curl --request GET \ --url https://agentgate.mynewapi.com/api/v1/queue/stats \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "running": 123, "waiting": 123, "maxConcurrent": 123, "maxQueueSize": 123, "accepting": true } }
Get raw queue statistics
curl https://agentgate.mynewapi.com/api/v1/queue/stats \ -H "Authorization: Bearer YOUR_API_KEY"
Show properties
{ "success": true, "data": { "running": 3, "waiting": 12, "maxConcurrent": 10, "maxQueueSize": 100, "accepting": true }, "requestId": "req_abc123" }