Get Recording by Recording Type

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?

Hey @roberto,

Thank you for reaching out to the Zoom Developer Forum. It looks like that API endpoint doesn’t support a recording_type parameter. I think that your initial thought on iterating through the recordings is a good idea. Looking at our APIs, I’m not seeing one that allows you to query recordings by type.

Also, is there documentation to see the specifics around the different recording types? For example, what is a “timeline” type?

I wasn’t able to find documentation covering the recording types but we do have an existing forum post covering this you can find below:

I hope that helps! Let me know if you have any questions.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.