GET phone/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)
(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.
(string, query, optional)
The current page number of returned records.
(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.
(integer, query, optional)
The number of records returned within a single API call. The default is **30**, and the maximum is **100**.
(string, query, optional)
The recording type. The allowed values are null, `OnDemand`, or `Automatic`. The default is null. If null, returns all recording types.
(string, query, optional, default: All sites)
The site ID. The default is `All sites`.
(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.