Use this API to view call recordings https://support.zoom.us/hc/enus/articles/360038521091#h_cbc9f2a3e06c4daa83d4ddbceef9c77b from the call queue.**Prerequisites:*** Pro or higher account with Zoom Phone license.* Automatic call recordings https://support.zoom.us/hc/enus/articles/360033511872#h_fcb297bb14e8409491cadc61e1a18734 must be enabled in the Policy Settings for call queues. **Scope:** phone:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium

getCallQueueRecordings(
  callQueueId,
  page_size = NULL,
  next_page_token = NULL,
  return_response = F
)

Arguments

callQueueId

Unique Identifier of the Call Queue.

page_size

The number of records returned within a single API call.

next_page_token

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.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.