I’ve been able to use the different scopes to get conversation list data, but I’m struggling to find the actual audio files associated to a meeting. I’ve tried the revenue accelerator conversation scopes, the normal conversation scopes and the phone scopes but none of them have been able to return the actual audio file in the json. Just a url to the audio file.
I’m not aware of any Zoom API’s that would provide the audio within the JSON response itself. I wouldn’t be surprised if they didn’t though–it’s common practice for API’s to point towards download URL’s when referencing media files, since JSON typically isn’t a great way to transmit audio and video data.
That said, you should be able to use the download_url to access the file with another API call relatively easily. If you’re hitting any specific issues with that approach, feel free to share out those details here so myself and other Zoom community members can offer suggestions.