Hey everyone, I’m building a C# desktop app and need to fetch conversation history. Should I be hitting /api/v2/conversations or /analytics/conversations? The v2 endpoint gives me detailed JSON with participant states, but it feels slow for large datasets. The analytics endpoint is faster but seems to aggregate data differently. I need to display individual message transcripts in my UI, not just stats. What’s the best practice here?