Speech Analytics API: Getting full voice transcript via Python SDK

Hey folks,

Trying to grab the full voice transcript for a specific conversation using the Genesys Cloud Python SDK. I can get the summary text fine, but the transcript field comes back empty in the response.

  • Using get_speechanalytics_conversations_conversationid endpoint
  • Conversation ID is valid and has audio
  • Token has speechanalytics:conversations:view scope
  • Tried includeTranscript=true query param (got 400 Bad Request)

Is there a separate call to fetch the raw transcript string, or am I missing a flag? Here’s the snippet: