list-channels
Retrieve channels in a Twist workspace, including ID, name, description, visibility, and archive status. Optionally include archived channels.
Instructions
List channels in a workspace. By default returns only active channels; set includeArchived to true to also include archived channels. Returns channel IDs, names, descriptions, visibility (public/private), archive status, creators, creation dates, URLs, and colors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | The workspace ID to list channels from. | |
| includeArchived | No | Whether to include archived channels. If true, both active and archived channels are returned. Defaults to false (active channels only). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| channels | Yes | ||
| workspaceId | Yes | ||
| totalChannels | Yes |