POST /api/v2/analytics/details/queues/query
{
“dateFrom”: “2024-01-01T00:00:00.000Z”,
“dateTo”: “2024-03-31T23:59:59.999Z”,
“groupBy”: [“interval”],
“metrics”: [“offered”, “answered”]
}
Getting a straight 413 Entity Too Large. The payload isn’t huge but the date range keeps tripping it. Chopping the dates into monthly chunks just throws SDK auth errors on the second request. Doesn’t make sense why the token drops. Need the clean way to batch these without rebuilding the client. The interval data just piles up and crashes the worker.