Hitting GET /api/v2/analytics/conversations/queries/summary with interactionType set to ‘voice’. The response comes back with 200 OK but the transcript field inside the conversation object is an empty array. Here’s the payload snippet:
{
"conversationId": "abc-123",
"transcript": []
}
The conversation definitely has voice-to-text data since it shows up in the UI. Am I missing a specific query parameter to force the transcript to load in the API response?