Logo
Zoom Public API Documentation

Get meeting detail reports

GET {{baseUrl}}/report/meetings/:meetingId

Get a detailed report for a past meeting.

Prerequisites:

  • Pro or a higher plan.

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/meetings/:meetingId' -H 'Accept: application/json'

ENDPOINTS