conversations_list
Retrieve a list of Slack channels with pagination and filtering options. Exclude archived channels or specify types to narrow results.
Instructions
List all channels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from a previous response's ``response_metadata.next_cursor``. | |
| exclude_archived | No | Omit archived channels from the results. | |
| limit | No | Maximum number of channels to return per page (default 100). | |
| team_id | No | Encoded team ID to list channels for (for org-wide tokens). | |
| types | No | Comma-separated conversation types to include, e.g. ``public_channel,private_channel,mpim,im``. | |
| detailed | No | Return the full, uncompacted Slack response when True. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||