Logo
Zoom Public API Documentation

List recordings

GET {{baseUrl}}/contact_center/recordings?query_date_type=recording_start_time&from=<string>&to=<string>&recording_type=automatic&owner_type=user&channel_type=voice&next_page_token=<string>&page_size=30

Return a list of available recordings.

Note: Use recording-related APIs to manipulate data whose recording creation time is after 2022-07-18.

Scopes: contact_center_recording:read:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 
query_date_type
string Query date type. * `recording_start_time` &mdash; The recording's start time * `recording_end_time` &mdash; The recording's end time
from
string The start time and date in ISO 8601 format: yyyy-MM-dd'T'HH:mm:ss'Z', or yyyy-MM-dd'T'HH:mm:ss'TZD'. The defined date range should be a month, as the response only includes one month's worth of data. If unspecified, this parameter returns data from the past 30 days.
to
string **Required** only when the `from` parameter is specified. The end time and date in ISO 8601 format: yyyy-MM-dd'T'HH:mm:ss'Z', or yyyy-MM-dd'T'HH:mm:ss'TZD', the same format as the `from` parameter.
recording_type
string The recording's type. * `on_demand` &mdash; Manually trigger recording * `automatic` &mdash; Automatically trigger recording
owner_type
string The recording's owner type. * `user` &mdash; This recording belongs to a user * `queue` &mdash; This recording belongs to a queue
channel_type
string The recording's channel type. * `voice` &mdash; Voice recording * `video` &mdash; Video recording
next_page_token
string
Curl
curl -X GET 'https://api.zoom.us/v2/contact_center/recordings?query_date_type=recording_start_time&from=<string>&to=<string>&recording_type=automatic&owner_type=user&channel_type=voice&next_page_token=<string>&page_size=30?query_date_type=recording_start_time&from=<string>&to=<string>&recording_type=automatic&owner_type=user&channel_type=voice&next_page_token=<string>&page_size=30' -H 'Accept: application/json'

ENDPOINTS