List active channels
ably_list_channelsEnumerate channels that are currently active in the app. Requires the API key to have the 'channel-metadata' capability. REST: GET /channels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | Return channel ids only ('id', default) or full details ('value'). | |
| limit | No | Max channels per page (<=1000). Default 100. | |
| prefix | No | Only return channels whose name starts with this prefix. |