discourse_list_chat_channels
Retrieve public chat channels with details like title, description, and member counts. Filter by name, status, or use pagination to manage results.
Instructions
List all public chat channels visible to the current user. Returns channel information including title, description, and member counts. Supports filtering and pagination.
Input Schema
TableJSON 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') |