GET {{baseUrl}}/phone/metrics/call_logs/:call_id
Call logs provide a record of all incoming and outgoing calls over Zoom Phone in an account. Use this API to list call log details of a specific call. Prerequisites:
* Business, or Education account
* Zoom Phone license Scopes: Rate Limit Label: phone:read:admin
, phone:write:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"call_id": "7081466125443483485",
"callee": {
"codec": "ES8311",
"device_private_ip": "10.100.111.237",
"device_public_ip": "38.99.100.2",
"device_type": "MAC_Client",
"extension_number": "100994",
"headset": "Edifier",
"isp": "Cogent Communications",
"microphone": "+18889843519",
"phone_number": "+18889843519",
"site_id": "ZNWikLeVSjuaMvUoxFqCuw"
},
"caller": {
"codec": "ES8311",
"device_private_ip": "10.100.111.237",
"device_public_ip": "38.99.100.2",
"device_type": "MAC_Client",
"extension_number": "100152",
"headset": "Edifier",
"isp": "Cogent Communications",
"microphone": "+12053194087",
"phone_number": "+12053194087",
"site_id": "ZNWikLeVSjuaMvUoxFqCuw"
},
"date_time": "2022-04-01T03:05:18Z",
"direction": "internal",
"duration": 27,
"mos": "3.6"
} |
ENDPOINTS