Get Single Conversation Transcriptions

Returns the transcriptions for a conversation identified by its unique ID.
If the conversation has not finished processing, returns 200 with a message.
If the conversation failed to process, returns 400 with a message.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Common next steps after a GET /Metadata/ call:

  • Use the transcription text for keyword search, compliance review, or external export.
  • For bulk retrieval across multiple conversations, use POST /Conversations/Transcriptions/ instead.
  • Combine with GET /Conversations/Insights/ to cross-reference classifier results against the full transcript text.
Path Params
uuid
required

GUID of the conversation. Transcriptions are only available once processing is complete. Returns 200 with a message if still processing, 400 if processing failed

Responses

400

Bad Request

404

If no conversation with that specific id was found

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json