OTel Trace Context: /api/v2/conversations vs /analytics/conversations

Building a Data Action to fetch conversation metadata for span enrichment. Which endpoint preserves the full interaction history needed for tracing?

GET /api/v2/conversations/{id}
GET /api/v2/analytics/conversations/details/interactions

The analytics endpoint feels heavy for a simple trace injection. Is there a performance hit?