Return all Zoom Recordings for a single meeting

API Endpoint(s) and/or Zoom API Event(s)
https://api.zoom.us/v2/meetings/{meetingUUID}/recordings

Description
When a session is disconnected for some reason and joined again. The previous recording is replaced with the new one and the api does not return all the recordings. The docs state that providing UUID will list all the recordings but it only returns the latest one.

Error?
Returns the latest recording instead of all

How To Reproduce
Steps to reproduce the behavior:

  1. Call this api [GET] https://api.zoom.us/v2/meetings/{meetingUUID}/recordings
  2. Authorization Type: Bearer Token