GET /api/v2/analytics/conversations/details/export returns truncated transcript text

Calling the export endpoint for a voice interaction returns a transcript where the final sentence is cut off mid-word. The status is 200 but the payload is incomplete.

  • Endpoint: GET /api/v2/analytics/conversations/details/export
  • Filter: interaction.id eq {id}
  • Timezone: Europe/Berlin
  • SDK: Python 2.15.0

The JSON structure looks valid otherwise. Is there a character limit on the transcript field?

response = client.analytics_api.get_analytics_conversations_details_export(
 query=query_payload,
 async=True
)