GET phone/call_queues/{callQueueId}/recordings

zoom.us

Summary: Get call queue recordings
Operation ID: getCallQueueRecordings
Auth: unknown
Description

Use this API to view [call recordings](https://support.zoom.us/hc/en-us/articles/360038521091#h_cbc9f2a3-e06c-4daa-83d4-ddbceef9c77b) from the call queue.<br><br> **Prerequisites:**<br> * Pro or higher account with Zoom Phone license. * [Automatic call recordings](https://support.zoom.us/hc/en-us/articles/360033511872#h_fcb297bb-14e8-4094-91ca-dc61e1a18734) must be enabled in the Policy Settings for call queues. <br> **Scope:** `phone:read:admin`<br> **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`

Parameters (5)

callQueueId (string, path, required)

Unique Identifier of the Call Queue.

from (string, query, optional)

Start date (within a 6 month range).

next_page_token (string, query, optional)

The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.

page_size (integer, query, optional, default: 30)

The number of records returned within a single API call.

Constraints: {'maximum': 300}

to (string, query, optional)

End date (within a 6 month range).

No probe data for this endpoint yet.