Can you get participant video files of the cloud recordings of my zoom account through VideoSDK?

I saw that I can use OAuth2 to receive video recordings of my master account but I want to access the individual participant video files for the recordings. The option isn’t available in the OAuth2 scopes of cloud recording. Reference link: Zoom Meeting Master API

However, it is available for the videosdk master apis. Reference link: Zoom Video SDK Master Account API

Can I use my OAuth2 access token to get the video recordings of my cloud account or is there another method to access this api?