GET {{baseUrl}}/phone/metrics/call_logs/:call_id
Lists call log details of a specific call. The call logs provide a record of all incoming and outgoing calls over Zoom Phone in an account. Prerequisites:
* Business, or Education account
* Zoom Phone license Scopes: Granular Scopes: phone:read:admin
phone:read:call_log:admin
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"call_id": "<string>",
"callee": {
"codec": "<string>",
"device_private_ip": "<string>",
"device_public_ip": "<string>",
"device_type": "<string>",
"extension_number": "<string>",
"headset": "<string>",
"isp": "<string>",
"microphone": "<string>",
"phone_number": "<string>",
"site_id": "<string>"
},
"caller": {
"codec": "<string>",
"device_private_ip": "<string>",
"device_public_ip": "<string>",
"device_type": "<string>",
"extension_number": "<string>",
"headset": "<string>",
"isp": "<string>",
"microphone": "<string>",
"phone_number": "<string>",
"site_id": "<string>"
},
"date_time": "<string>",
"direction": "<string>",
"duration": "<integer>",
"mos": "<string>"
} |
ENDPOINTS