CDRs
Retrieve a transcription
Returns the transcription of the recorded call identified by call_id, including the transcript, speaker turns, and summary.
get/v1/cdrs/{call_id}/transcription
Path parameters
call_idstring required
Example:bbaa37bf-430a-46da-ade3-c248e407016
The unique ID of the call.
Response
Returns the call transcription.
Example response
{
"transcript": {
"16572026750": "",
"16465292513": ""
},
"turns": [
{
"type": "46844685344",
"s": 160,
"e": 7280,
"text": "Hello, how can I help you?"
},
{
"type": "+16572026750",
"s": 2400,
"e": 3280,
"text": "Hello, I have a question about my bill."
}
],
"uuid": "e84f350f-6da7-4b56-80eb-41dec572626b",
"duration": 102,
"charge": "0.01",
"transcription_date": "2023-01-09T10:04:39.734Z",
"call_date": "2023-01-09T10:01:13.394Z",
"call_uuid": "bbaa37bf-430a-46da-ade3-c248e4070161",
"call_score": "3.8",
"call_summary": "The agent and client discussed billing issues."
}