Logo
Zoom Public API Documentation

Get call path

GET {{baseUrl}}/phone/call_history/: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

{ "id": "<string>", "call_id": "<string>", "connect_type": "internal", "call_type": "emergency", "direction": "inbound", "caller_ext_id": "<string>", "caller_name": "<string>", "caller_did_number": "<string>", "caller_ext_number": "<string>", "caller_email": "<string>", "caller_ext_type": "zoom_room", "callee_ext_id": "<string>", "callee_name": "<string>", "callee_email": "<string>", "callee_did_number": "<string>", "callee_ext_number": "<string>", "callee_ext_type": "group_call_pickup", "department": "<string>", "cost_center": "<string>", "site_id": "<string>", "group_id": "<string>", "site_name": "<string>", "start_time": "<string>", "answer_time": "<string>", "end_time": "<string>", "call_path": [ { "id": "<string>", "call_id": "<string>", "connect_type": "external", "call_type": "emergency", "direction": "inbound", "caller_ext_id": "<string>", "caller_name": "<string>", "caller_email": "<string>", "caller_did_number": "<string>", "caller_ext_number": "<string>", "caller_ext_type": "shared_line_group", "caller_number_type": "meeting_phone_number", "callee_ext_id": "<string>", "callee_name": "<string>", "callee_did_number": "<string>", "callee_ext_number": "<string>", "callee_email": "<string>", "callee_ext_type": "group_call_pickup", "callee_number_type": "zoom_toll_free_number", "department": "<string>", "cost_center": "<string>", "site_id": "<string>", "group_id": "<string>", "site_name": "<string>", "start_time": "<string>", "answer_time": "<string>", "end_time": "<string>", "event": "merge", "result": "call_failed", "result_reason": "answered_by_other", "device_private_ip": "<string>", "device_public_ip": "<string>", "operator_ext_number": "<string>", "operator_ext_id": "<string>", "operator_ext_type": "cisco_room", "operator_name": "<string>", "press_key": "<string>", "segment": "<integer>", "node": "<integer>", "is_node": "<integer>", "recording_id": "<string>", "recording_type": "<string>", "hold_time": "<integer>", "waiting_time": "<integer>", "voicemail_id": "<string>" }, { "id": "<string>", "call_id": "<string>", "connect_type": "internal", "call_type": "emergency", "direction": "inbound", "caller_ext_id": "<string>", "caller_name": "<string>", "caller_email": "<string>", "caller_did_number": "<string>", "caller_ext_number": "<string>", "caller_ext_type": "zoom_room", "caller_number_type": "zoom_service_number", "callee_ext_id": "<string>", "callee_name": "<string>", "callee_did_number": "<string>", "callee_ext_number": "<string>", "callee_email": "<string>", "callee_ext_type": "shared_line_group", "callee_number_type": "meeting_phone_number", "department": "<string>", "cost_center": "<string>", "site_id": "<string>", "group_id": "<string>", "site_name": "<string>", "start_time": "<string>", "answer_time": "<string>", "end_time": "<string>", "event": "park_pick_up", "result": "system_blocked", "result_reason": "call_out_by_other", "device_private_ip": "<string>", "device_public_ip": "<string>", "operator_ext_number": "<string>", "operator_ext_id": "<string>", "operator_ext_type": "external_contact", "operator_name": "<string>", "press_key": "<string>", "segment": "<integer>", "node": "<integer>", "is_node": "<integer>", "recording_id": "<string>", "recording_type": "<string>", "hold_time": "<integer>", "waiting_time": "<integer>", "voicemail_id": "<string>" } ] }



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

ENDPOINTS