Get recording by call ID
GET {{baseUrl}}/phone/call_logs/:id/recordings
Use this API to get an account's call recording(
https://support.zoom.us/hc/en-us/articles/360038521091-Accessing-and-sharing-call-recordings
) by the recording's
callId
or
callLogId
ID.
Prerequisites:
- A Pro or higher account with Zoom Phone license.
- Account owner or admin privileges
Scopes:
phone:read:admin
,
phone:write:admin
Rate Limit Label
:
Light
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"call_id":"7069775907364530379","call_log_id":"1dfe35c0-5f0f-4bf1-b2e4-a8869a731178","callee_name":"User A","callee_number":"1000001004","callee_number_type":1,"caller_name":"User B","caller_number":"1000123476","caller_number_type":1,"outgoing_by":{"name":"User B","extension_number":"123476"},"accepted_by":{"name":"User A","extension_number":"132001"},"date_time":"2022-03-08T05:37:23Z","direction":"inbound","download_url":"https://domain/recording/download/EvVNLihbQ1WpeG_ALwnNzg","duration":115,"end_time":"2022-03-08T05:39:19Z","id":"1dfe35c05f0f4bf1b2e4a8869a731178","owner":{"extension_number":1000123476,"id":"NL3cEpSdRc-c2t8aLoZqiw","name":"user@test.com","type":"user","extension_status":"inactive"}}