Logo
Zoom Public API Documentation

Get webinar detail reports

GET {{baseUrl}}/report/webinars/:webinarId

Retrieve a report containing past webinar details.

Prerequisites:

  • Pro or higher plan with Webinar add-on.

Scopes: report:read:admin

Rate Limit Label: Heavy

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "custom_keys": [ { "key": "<string>", "value": "<string>" }, { "key": "<string>", "value": "<string>" } ], "dept": "<string>", "duration": "<integer>", "end_time": "<dateTime>", "id": "<long>", "participants_count": "<integer>", "start_time": "<dateTime>", "topic": "<string>", "total_minutes": "<integer>", "tracking_fields": [ { "field": "<string>", "value": "<string>" }, { "field": "<string>", "value": "<string>" } ], "type": "<integer>", "user_email": "<string>", "user_name": "<string>", "uuid": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/report/webinars/:webinarId' -H 'Accept: application/json'

ENDPOINTS