slack_list_channels
Retrieve a list of public channels within a Slack workspace with pagination support. Specify the number of channels to return and manage results using a cursor for efficient navigation through large datasets.
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) |