Logo
Zoom Public API Documentation

Get `in-meeting` chat

GET {{baseUrl}}/meetings/{meetingId}/recordings

Get in-meeting Chat

After a meeting has ended and the recording files are finished processing, call the GET Meetings Recordings endpoint.

In the payload you will see the filetype of CHAT which you can then download via the downloadurl.

Prerequisites
  • Ensure the meeting is recorded
  • Ensure the Save chat messages from the meeting / webinar setting is enabled.


Support Article:
API Reference:

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X GET 'https://api.zoom.us/v2/meetings/{meetingId}/recordings'

ENDPOINTS