Logo
Zoom Public API Documentation

Get call log details

GET {{baseUrl}}/phone/call_logs/:callLogId

Returns information about a call log.

Prerequisites: * A Business or Enterprise account * A Zoom Phone license

Scopes: phone:read:admin,phone_call_log:read:admin

Granular Scopes: phone:read:call_log:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "call_id": "<string>", "call_type": "international", "callee_country_code": "<string>", "callee_country_iso_code": "<string>", "callee_did_number": "<string>", "callee_name": "<string>", "callee_number": "<string>", "callee_number_type": 2, "callee_number_source": "byop", "callee_status": "inactive", "callee_deleted_time": "<string>", "caller_country_code": "<string>", "caller_country_iso_code": "<string>", "caller_did_number": "<string>", "caller_name": "<string>", "caller_number": "<string>", "caller_number_type": 1, "caller_number_source": "byop", "caller_billing_reference_id": "<string>", "caller_status": "deleted", "caller_deleted_time": "<string>", "date_time": "<string>", "device_private_ip": "<string>", "device_public_ip": "<string>", "direction": "inbound", "duration": "<integer>", "has_recording": "<boolean>", "has_voicemail": "<boolean>", "id": "<string>", "log_details": [ { "date_time": "<string>", "hold_time": "<integer>", "device_private_ip": "<string>", "device_public_ip": "<string>", "duration": "<integer>", "forward_to": { "extension_number": "<string>", "id": "<string>", "name": "<string>", "type": "user", "extension_status": "deleted", "extension_deleted_time": "<string>" }, "id": "<string>", "path": "<string>", "result": "<string>", "site": { "id": "<string>", "name": "<string>" } }, { "date_time": "<string>", "hold_time": "<integer>", "device_private_ip": "<string>", "device_public_ip": "<string>", "duration": "<integer>", "forward_to": { "extension_number": "<string>", "id": "<string>", "name": "<string>", "type": "callQueue", "extension_status": "deleted", "extension_deleted_time": "<string>" }, "id": "<string>", "path": "<string>", "result": "<string>", "site": { "id": "<string>", "name": "<string>" } } ], "path": "<string>", "result": "<string>", "department": "<string>", "cost_center": "<string>" }



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

ENDPOINTS