yougile_list_messages
Retrieve messages from a YouGile task or group chat by chat ID. Apply optional filters for text, author, time, and pagination to find specific messages.
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 |