Retrieve all channels and messages in channels

Hello,

Is it possible to retrieve all existing channels? Or at least the total number of existing channels?

I found this endpoint List group channels | Chat Platform API | Sendbird Docs, but it is limited to 100 and I have around 400 channels.

Same for messages, how could I retrieve all messages in a channel if I have more messages than the upper limit stated in the documentation Get total number of messages in a channel | Chat Platform API | Sendbird Docs?

Hello @Lavinia_Alexandra_Tole, Welcome to Sendbird Community.

To prevent server timeout issues, we have limited the API responses, so to retrieve the following 100 channels, you must make a new API call and set the value of the token parameter, which corresponds to the response property next of your previous API call.

For Example:

https://api-{application_id}.sendbird.com/v3/group_channels?limit=100&token={VALUE}