v1
latestOpenAPI 3.1.02026-07-2438302.6 MBGet Call Details
get/telephony/calls/{call_uid}/details
Path parameters
call_uidstring required
Headers
x-api-keystring required
Response
Example response
{
"type": "success",
"data": {
"call_uid": "3cf6a008-8808-45ac-94c6-fbb7e92ec9c9",
"call_type": "EXTERNAL",
"direction": "INCOMING",
"status": "COMPLETED",
"from_number": "14632323489",
"to_number": "14092880684",
"from": {
"type": "customer",
"customer": {
"number": "14632323489",
"number_type": "HOME",
"customer_uid": "e2216b10-3842-11eb-accd-bf3a3b7a5772",
"customer_name": "Raghav Gurumani"
}
},
"to": {
"type": "user",
"user": {
"user_uid": "8366adeb-fea4-4c97-853b-88462021071d",
"agent_uid": "2f6f24b0-6586-4d5a-be79-30a12e170033",
"user_name": "Sriram Palakula",
"profile_picture": "https://s3.ap-south-1.amazonaws.com/staging.in.pro.zuper/attachments.png"
}
},
"is_recorded": true,
"duration": 12,
"created_at": "2025-02-18T04:02:30.000Z",
"updated_at": "2025-02-18T04:02:47.000Z",
"number": {
"number_uid": "ba38c67d-17be-44a2-97cd-a234b87b4287",
"number": "14092880684",
"display_name": "Don't Edit/Delete this number"
},
"attribution": {
"attribution_uid": "f3b9c847-2a1d-4e5f-9c3a-8d7e6f5a4b3c",
"attribution_name": "Google Ads Campaign Q4 2025",
"attribution_source": "google",
"notes": "This campaign focuses on seasonal promotions for Q2. Budget allocated is $50k.",
"is_always_active": true,
"created_at": "2025-12-01T14:32:18.000Z",
"updated_at": "2025-12-05T09:15:42.000Z"
},
"call_recordings": [
{
"call_recording_uid": "e00663ad-88af-4937-a5f4-f19425c4d158",
"recording_url": "https://s3.ap-south-1.amazonaws.com/test.zuper.bucket/telephony/recordings.mp3",
"recording_duration": 3740,
"recording_start_time": "2025-02-18T04:02:35.000Z",
"recording_end_time": "2025-02-18T04:02:39.000Z",
"created_at": "2025-02-18T04:02:42.000Z",
"updated_at": "2025-02-18T04:02:42.000Z",
"call_summary": {
"status": "COMPLETED",
"summary": "The call discusses an API issue where the caller is sending a UID parameter but believes the API is expecting an ID parameter instead. Sushil explains that in the backend, they have configured the object ID as object UID, mapping the UID directly from the database object ID. The issue might be because they haven't used a specific library like UUID4. The caller acknowledges this explanation and says they will check again and get back to Sushil.",
"sentiment": "NEUTRAL",
"next_action": [
"Caller will check the API issue again"
],
"confidence": 98.6084
}
}
]
}
}