I’m trying to pull historical interaction data for a 90-day window into New Relic custom events. The GET request to /api/v2/analytics/conversations/summary returns a 413 Entity Too Large error immediately.
GET /api/v2/analytics/conversations/summary?dateFrom=2023-01-01T00:00:00.000Z&dateTo=2023-03-31T23:59:59.999Z
The payload size limit seems hard-coded. Should I split this into 30-day chunks in my Python script or is there a query parameter to reduce the returned fields?