I’m completely stumped as to why the Analytics API returns 413 Entity Too Large for a 90-day date range.
- POST /api/v2/analytics/conversations/details/query with
from90 days ago. - Receive 413 status.
- Reduce range to 30 days → 200 OK.
Splitting the query into three 30-day chunks works, but the payload size seems within limits. Is there a hard limit on the dateFrom/dateTo span or result set size for this endpoint? How should I structure the loop to avoid hitting this?