phone:read:admin
phone:write:admin
curl --location --request GET 'http://api.zoom.us/v2/phone/recordings'
{
"next_page_token": "3",
"page_size": "2",
"recordings": [
{
"callee_name": "johndoe",
"callee_number": "4087778888",
"callee_number_type": "external",
"caller_name": "janedoe",
"caller_number": "4085552222",
"caller_number_type": "internal",
"date_time": "2020-11-03T14:31:41Z",
"direction": "inbound",
"download_url": "https://zoom.us/v2/phone/recording/download/6FHBshghfd3t7-45476zKrw",
"duration": 50,
"id": "test",
"owner": {
"extension_number": "43765674",
"id": "123",
"name": "Tracy",
"type": "user"
},
"recording_type": "OnDemand",
"site": {
"id": "dfhg35273d",
"name": "string"
}
}
],
"total_records": "1"
}
from
parameter.user
, or callQueue
. The default is null. If null, returns all owner types.OnDemand
, or Automatic
. The default is null. If null, returns all recording types.All sites
.