Trying to pull real-time queue stats via the CXone Reporting API. The endpoint /api/v2/analytics/queues/realtime/summary is throwing a 400 Bad Request with invalid_interval_type. My payload looks correct:
{
"intervalType": "realtime",
"dateRange": { "start": "2023-10-27T00:00:00Z" },
"groupBy": "queueId"
}
Docs say realtime is valid. Is there a hidden schema requirement for the date range or headers I’m missing? Auth token is fine, used for other endpoints.