get_chat_messages
Retrieve the most recent messages from a ClickUp Chat channel. Returns message ID, content, author, and timestamp with pagination support.
Instructions
List the messages in a Chat channel, newest first (ClickUp Chat v3). Returns each message's id, content, author and timestamp. Paginated via cursor/limit. Use to read a channel's history.
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 messages to read. | |
| 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. |