List open channels
sendbird_list_open_channelsList open (public, participant-based) channels. Platform API: GET /open_channels. Returns { channels[], next }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1-100. Default 10. | |
| token | No | Pagination token from a previous response's `next`. | |
| custom_types | No | Comma-separated channel custom types to filter on. | |
| url_contains | No | Substring match on channel URL. | |
| name_contains | No | Substring match on channel name. |