Trying to grab interaction details for a report. I’m seeing two endpoints that seem to overlap. One is GET /api/v2/conversations/{id} and the other is POST /api/v2/analytics/conversations/details/query.
The analytics endpoint requires a JSON body with date ranges, which feels heavy just to check if a call exists. Is the v2/conversations endpoint strictly for real-time active calls? Or can I use it for historical data without hitting the analytics query limit? The docs aren’t clear on the boundary.