Slack List Channels
slack_list_channelsList channels in the Slack workspace. Returns channel names, IDs, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of channels to return (default 100, max 1000) | |
| types | No | Comma-separated channel types: public_channel, private_channel, mpim, im (default "public_channel") | |
| cursor | No | Pagination cursor for next page of results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | Whether the API call succeeded | |
| error | No | Error code if API call failed | |
| message | No | Error message or connection message | |
| channels | No | List of channel objects | |
| response_metadata | No | Pagination metadata |