How to get the record_id of a cloud record?

I am trying to figure out how to programmatically fetch all record_id’s (or current record_id) of a particular room. I see I need record_id to copy the recording to my s3 bucket?
Could not find any other resource except this endpoint. I am using Javascript(NextJS).

Thank you :raised_hands:

Hello Arbnor,

Welcome to the Sendbird Community!

We will update the details on the recording ID in the official documentation as early as possible and meanwhile you can make use use of the retrieve room API endpoint which allows you to fetch the recording id for the specific room.

1 Like

That is helpful, thanks!