get_chat_channel_followers
List users following a ClickUp Chat channel to receive notifications, paginated with cursor and limit parameters.
Instructions
List the followers of a Chat channel (ClickUp Chat v3) — users who receive notifications without necessarily being members. Paginated via cursor/limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| channel_id | Yes | ID of the channel whose followers to list. | |
| cursor | No | Pagination cursor (the `next_cursor` returned by a previous call). Omit for the first page. | |
| limit | No | Maximum number of items to return in this page. |