Retrieve call logs https://support.zoom.us/hc/enus/articles/360021114452ViewingCallLogs for an account. **Scopes**: phone:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Heavy**Prerequisite:**1. Business or Enterprise account2. A Zoom Phone license3. Account Owner and a role https://support.zoom.us/hc/enus/articles/115001078646RoleBasedAccessControl with Zoom Phone Management

getAccountsCallLogs(
  page_size = NULL,
  from = NULL,
  to = NULL,
  type = NULL,
  next_page_token = NULL,
  return_response = F
)

Arguments

page_size

The number of records returned within a single API call.

from

Start date from which you would like to get the call logs. The start date should be within past six months.

to

The end date upto which you would like to get the call logs for. The end date should be within past six months.

type

The type of the call logs. The value can be either "all" or "missed".

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.