GET /phone/recordings

zoom.us

Summary: Get call recordings
Operation ID: getPhoneRecordings
Auth: unknown
Description

List [call recordings](https://support.zoom.us/hc/en-us/articles/360038521091-Accessing-and-sharing-call-recordings) of an account.<br> **Scopes:**<br> * `phone:read:admin` `phone:write:admin` **Prerequisties:** <br> * Pro or higher account with Zoom Phone license. * Account owner or admin privileges.

Parameters (7)

from (string, query, optional)

Start date and time in **yyyy-mm-dd** format or **yyyy-MM-dd’T’HH:mm:ss’Z’** format. The date range defined by the from and to parameters should only be one month as the report includes only one month worth of data at once.

next_page_token (string, query, optional)

The current page number of returned records.

owner_type (string, query, optional, default: all)

The owner type. The allowed values are null, `user`, or `callQueue`. The default is null. If null, returns all owner types.

page_size (integer, query, optional)

The number of records returned within a single API call. The default is **30**, and the maximum is **100**.

recording_type (string, query, optional)

The recording type. The allowed values are null, `OnDemand`, or `Automatic`. The default is null. If null, returns all recording types.

site_id (string, query, optional, default: All sites)

The site ID. The default is `All sites`.

to (string, query, optional)

End date and time in **yyyy-mm-dd** format or **yyyy-MM-dd’T’HH:mm:ss’Z’** format, the same formats supported by the `from` parameter.

No probe data for this endpoint yet.