slack_list_channels
Retrieve public channels in a Slack workspace with pagination support. Specify a cursor and limit to manage large datasets efficiently, ensuring structured access to channel information.
Instructions
List public channels in the workspace with pagination
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | Pagination cursor for next page of results | |
limit | No | Maximum number of channels to return (default 100, max 200) |