Conversation
Get conversation transcript
DEPRECATED: Use GET /conversation/:conversationId instead
get/v1/conversation/transcript/{conversationId}
Headers
x-lorikeet-voice-public-keystring required
Response
Get a transcript for a conversation
Example response
{
"transcript": "Customer at Mon, 01 Jan 2024 10:00:00 GMT:\nHello, I need help\n\nAgent at Mon, 01 Jan 2024 10:01:00 GMT:\nHow can I assist you?",
"customAttributes": {
"attribute1": true,
"attribute2": "AGENT"
},
"callRecordingLink": "https://example.com/call-recording.mp4",
"callDuration": 120000,
"summary": "This is a summary of the conversation. This field is asynchronously generated after the conversation ends.",
"customer": {
"email": "john.doe@example.com",
"name": "John Doe",
"phoneNumber": "+61400000000"
},
"tags": [
"refund",
"escalated"
],
"csatScore": 4
}