Logo
Zoom Public API Documentation

videosdk-report

Number of APIs: 4


1. Get daily usage report

GET {{baseUrl}}/videosdk/report/daily?year=&month=

Retrieve daily report to access the account-wide usage of Zoom services for each day in a given month. It lists the number of sessions, users, and session minutes.
Prerequisites
* A Video SDK account.

Rate Limit Label: Heavy



2. Get telephone report

GET {{baseUrl}}/videosdk/report/telephone?from=2021-10-11&to=2021-10-11&page_size=30&next_page_token=Usse957pzxvmYwlmCZ50a6CNXFrhztxuj82&type=&query_date_type=

The telephone report allows you to view who dialed into sessions via phone (Audio Conferencing or SIP Connected Audio), which number they dialed into, and other details. Use this API to get the telephone report for a specified period of time.

Prerequisites
* A Video SDK account.

Rate Limit Label: Heavy



3. Get cloud recording usage report

GET {{baseUrl}}/videosdk/report/cloud_recording?from=2021-10-11&to=2021-10-11

Retrieve cloud recording usage report for a specified period. You can only get cloud recording reports for up to 6 months prior to the current date. The date gap between from and to dates should be smaller or equal to 30 days.

Prerequisites
* A Video SDK account.

Rate Limit Label: Heavy



4. Get operation logs report

GET {{baseUrl}}/videosdk/report/operationlogs?from=2021-10-11&to=2021-10-11&page_size=30&next_page_token=Usse957pzxvmYwlmCZ50a6CNXFrhztxuj82&category_type=

The Operations Logs report allows you to audit admin and user activity, such as changing account settings, and deleting recordings.
Use this API to retrieve operation logs report for a specified period of time.

Prerequisites
* A Video SDK account.

Rate Limit Label: Heavy



ENDPOINTS