zoom_list_chat_messages
Retrieve messages from a Zoom Team Chat channel including content, sender, and timestamps. Filter by date range for targeted results.
Instructions
List messages in a Zoom Team Chat channel. Returns message content, sender, and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | Zoom user ID or email address | |
| to_channel | Yes | Channel ID to list messages from | |
| from | No | Start date in YYYY-MM-DD format | |
| to | No | End date in YYYY-MM-DD format | |
| page_size | No | Number of records per page (max 50) | |
| next_page_token | No | Token for next page of results |