slack_list_channels
Retrieve all accessible Slack channels (public and private) to view workspace communication channels. Filter by channel type, exclude archived channels, and manage pagination for comprehensive channel listing.
Instructions
List all Slack channels (public and private) accessible to the user
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | Comma-separated channel types: public_channel, private_channel, mpim, im | public_channel,private_channel |
| exclude_archived | No | Exclude archived channels | |
| limit | No | Maximum number of channels to return (max 1000) | |
| cursor | No | Pagination cursor for next page |