list_channels
Retrieve accessible Slack channels in your workspace with options to filter by channel type, exclude archived channels, and limit results.
Instructions
List all accessible Slack channels in the workspace.
Args:
types: Comma-separated channel types to include.
Options: public_channel, private_channel, mpim, im
Default: "public_channel,private_channel"
exclude_archived: Whether to exclude archived channels. Default: True
limit: Maximum number of channels to return (1-1000). Default: 100
Returns:
Dictionary containing list of channels with their details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | public_channel,private_channel | |
| exclude_archived | No | ||
| limit | No |