Logo
Zoom Public API Documentation

Get past meeting details

GET {{baseUrl}}/past_meetings/:meetingId

Get information about a past meeting.

Scopes: meeting:read:admin,meeting:read

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "id": "<long>", "uuid": "<string>", "duration": "<integer>", "start_time": "<dateTime>", "end_time": "<dateTime>", "host_id": "<string>", "dept": "<string>", "participants_count": "<integer>", "source": "<string>", "topic": "<string>", "total_minutes": "<integer>", "type": 7, "user_email": "<email>", "user_name": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/past_meetings/:meetingId' -H 'Accept: application/json'

ENDPOINTS