Filtering response of /account/{accountId}/recordings

Regarding /account/{accountId}/recordings

  1. Is there a way we can filter the response by sending the min duration to get recordings more that this durations ?
  2. Also can we filter by meeting status, were we only want to fetch all recordings with meeting status COMPLETED and not PROCESSING

@lars.rosenquist can i please get any support from the zoom team :folded_hands:

Hi, @Sandy3 ,

Happy to help. Before we start, can you share the endpoint link you are looking for a solution to filter the response ?

This endpoint here and was wondering if there is way where we can include the participants as well in the same API @donte.zoom

I see so the functionality you’re looking for is called Query Parameters, and today that master API endpoint only supports the following :

  • included_fields fails and
  • TTL

That said, to filter the response by minimum duration, I recommend creating a function that calls that API endpoint and then filters the returned data to match your desired output.

To include participants, call Get past meeting participants and include the results in the output alongside the recording duration.