Logo
Zoom Public API Documentation

Get call details from call log

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: phone:read:admin

Granular Scopes: 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>" }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/metrics/call_logs/:call_id' -H 'Accept: application/json'

ENDPOINTS