Using /api/v2/conversations vs /api/v2/analytics/conversations for real-time status

Trying to figure out the actual difference between these two endpoints. I’m using the Python SDK to fetch active conversations, but conversations_api.get_conversations returns way fewer items than analytics_api.post_conversations_data. Is one just for historical data and the other for live state, or am I missing a query param?