Retrieving a Conversation's Transcript
GET https://driftapi.com/conversations/<conversationId>/transcript
Returns the formatted transcript of the Conversation with id
equal to the given conversationId
.
Requires conversation_read scope.
The response object will be a formatted string of the entire transcript:
Retrieving a Transcript as a JSON Object
GET https://driftapi.com/conversations/<conversationId>/json_transcript
Returns the transcript of the conversation with the specified id as a raw json object.
Requires conversation_read
scope.
The response object will be a raw json object of the entire transcript as follows:
Updated over 3 years ago