Hello, everyone! I’d like to know if there’s a way to retrieve information for just one recording—specifically its duration. I tried using the /call/api/admin/recordings endpoint with query parameters like roomId and roomName, but nothing worked . Does anyone know how to achieve this?
Currently, the /call/api/admin/recordings endpoint only supports retrieving the full list of recordings—there’s no support yet for filtering by roomId, roomName, or retrieving data for a specific recording directly through the API.
To achieve what you need (like getting the duration of a single recording), you’ll have to retrieve the full list and then filter the results on your backend based on your criteria.
That said, we’re aware of this limitation and are actively working on a more complete and flexible API for recording management. These improvements are planned for upcoming versions.
Let us know if you need help implementing the filtering on your end or have any other questions!