List Chat Channels
discourse_list_chat_channelsRetrieve public chat channels from Discourse forums with filtering options for name, status, and pagination to manage channel discovery.
Instructions
List all public chat channels visible to the current user. Returns channel information including title, description, and member counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter channels by name/slug | |
| limit | No | Number of channels to return (default: 25, max: 100) | |
| offset | No | Pagination offset (default: 0) | |
| status | No | Filter by channel status (e.g., 'open', 'closed', 'archived') |