Calling GET /api/v2/analytics/conversations/voice/transcripts/{conversationId} with includeText=true. The JSON payload truncates the text field at 500 characters.
{
"text": "Caller: Hello, I need help with my...",
"segments": []
}
Is there a pagination token or flag to fetch the full string? The docs don’t mention a limit.