Access cloud recordings of my account and all the users

I want to access the Zoom cloud recordings of all users in my organization. For instance, if my account hosts a Zoom meeting and records it, I want to be able to access that recording as well as the individual feeds of each participant in the call using the zoom apis

I have created an OAuth2 app to gain access to and download my video recordings. However, the recording APIs I’ve found are part of the Video SDK, which requires a JWT token for access. It seems my understanding of how to access these recordings is incorrect.

Can someone clarify how I can build an app that accesses the recordings of all users in every meeting, including the individual feeds of each participant?