yougile_list_messages
Retrieve messages from task or group chats by chat ID. Filter by text, author, or date, with pagination support.
Instructions
Get messages from a chat. For task chats, chatId = taskId. Also works for group chats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Search by text content | |
| limit | No | Max results | |
| since | No | Messages after this timestamp (ms) | |
| chatId | Yes | Chat UUID (for task chats, this equals the task UUID) | |
| offset | No | Pagination offset | |
| fromUserId | No | Filter by author user UUID |