Conversation
Get conversation details
Retrieve detailed information about a conversation, including transcript, call recording, summary, and custom attributes
get/v1/conversation/{conversationId}
Response
Conversation details retrieved successfully
Example response
{
"type": "Live",
"createdAt": "2024-01-15T10:00:00Z",
"updatedAt": "2024-01-15T10:05:00Z",
"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
}