Trying to pull real-time queue stats using the CXone Reporting API v2. The GET request to /api/v2/analytics/reporting/queues/realtime returns a 200 OK but the results array is always empty, even though agents are logged in. Here is the query body:
{
"interval": "5m",
"groupBy": "queue",
"aggregates": [{"name": "queue", "type": "count"}]
}
The documentation says this should work for active queues. Any ideas on what’s missing?