Hitting the summary endpoint for a 90-day window and getting a 413 Entity Too Large back. The payload isn’t that big so it feels like the server is choking on the query complexity rather than the response size.
GET /api/v2/analytics/queues/summary?dateFrom=2024-01-01T00:00:00.000Z&dateTo=2024-03-31T23:59:59.999Z&groupBy=queueId
Splitting into 30-day chunks fixes it but that’s painful for the dashboard. Is there a way to bump the limit or paginate the request itself?