v1
latestOpenAPI 3.0.32026-07-24156161.2 MBCalls
Get specific call
Retrieve Call Details
This endpoint retrieves details of a specific call identified by the provided id.
Parameters
- id : Integer
get/calls/{id}
Response
Successful operation
Example response
{
"calls": [
{
"agent_callerid_name": null,
"agent_callerid_number": null,
"agent_hangup_disposition": null,
"amd_result": null,
"amd_status": null,
"beep_detected": "0",
"call_bill_duration": "40",
"call_duration": "40",
"call_uuid": "0a12dfe6-2fb2-46ee-a914-c826f7c85945",
"caller_user": null,
"caller_user_id": null,
"client_callerid_name": "380947109780",
"client_callerid_number": "+380947109780",
"client_hangup_disposition": "system",
"cost": "0.2268",
"created_at": "2023-08-24 09:47:12",
"dst": "068213072041732",
"end_at": "2023-08-24 09:47:12",
"id": "97",
"object_type_id": "4",
"phonebook": null,
"q850": "16",
"record_file": null,
"sip_term_status": "0",
"src": "+380947109780@did.commpeak.net",
"start_at": "2023-08-24 09:46:33",
"status": "NORMAL_CLEARING",
"status_id_after": null,
"status_id_before": null,
"user_group_id": null
}
],
"total_calls": 1
}