Is it possible to fetch all messages from an open channel?

Hi,

I found the API request to fetch messages, but it seems like theres a limit? I believe up to 200 messages. Is it possible to fetch them all at one go?

Hi @devluked

Welcome to the Sendbird Community!

You can only retrieve the messages up to 200 messages at once. The limitation will prevent any server timeout issues due to the heavy loading.
Unfortunately, we do not provide any APIs for fetching all messages from an open channel simultaneously.

1 Like

Appreciate the information, thank you!