GET /conversations/{conversationId}/messages returns empty body fields for conversations with extensive message history. Messages exist and display correctly in the GHL UI but the API returns blank body content. This breaks any automation that needs to read conversation history. The lastMessageBody from the conversations search endpoint works but only returns one message. We need full message history with populated body fields regardless of thread length.