Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 
year
null Year for this report
month
null Month for this report



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "year": 2021, "month": 12, "dates": [ { "date": "2021-12-01", "sessions": 20, "users": 80, "session_minutes": 380 }, { "date": "2021-12-01", "sessions": 20, "users": 80, "session_minutes": 380 } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/videosdk/report/daily?year=&month=?year=&month=' -H 'Accept: application/json'

ENDPOINTS