list_joined_channels
Lists Slack channels the authenticated user belongs to. Supports filtering by conversation types, excluding archived channels, and limiting results.
Instructions
List channels the authenticated user is a member of.
Uses Slack's users.conversations API. By default returns public and private channels only. To include DMs and group DMs, set types to e.g. "public_channel,private_channel,im,mpim".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| types | No | public_channel,private_channel | |
| exclude_archived | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |