You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API method conversations.list Slack API returns 100 items by default. If channels in Slack over 100 items then channel may be not found from the list.
Description:
The API method
conversations.list
Slack API returns 100 items by default. If channels in Slack over 100 items then channel may be not found from the list.Also, if limit up to 1000 items, this does not guarantee that a complete list will be received
https://api.slack.com/methods/conversations.list
need to iterate over the entire list using the parameter
cursor
Server Setup Information:
The text was updated successfully, but these errors were encountered: