Hi, I’m wanting to get a list for all the recordings within an account so I’m using the /accounts/{accountId}/recordings API. I can get a list but I get all types and if I pass in a new query of “recording_type” as “audio_transcript” using the Test Request page, I still get all the types. I can iterate over the list and skip the ones I don’t need but it would be nice to only retrieve the types I want. Is there a way to do this? I’m using the Test Request page: https://marketplace.zoom.us/docs/api-reference/zoom-api/cloud-recording/getaccountcloudrecording
Also, is there documentation to see the specifics around the different recording types? For example, what is a “timeline” type?