**Note: This API has been deprecated and is no longer supported due to GCM encryption updates for security purposes.** To learn about saving the inmeeting chat files via Zoom Client, refer to the Saving inmeeting chat https://support.zoom.us/hc/enus/articles/115004792763Savinginmeetingchat guide.List files sent via inmeeting chat during a meeting. The inmeeting files are deleted after 24 hours of the meeting completion time. **Scope:** meeting:read, meeting:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium

listPastMeetingFiles(meetingId, return_response = F)

Arguments

meetingId

The meeting ID in **long** format. The data type of this field is "long" represented as int64 in JSON .While storing it in your database, store it as a **long** data type and **not as an integer**, as the Meeting IDs can be longer than 10 digits.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.