list_webex_messages
Retrieve messages from a Webex room, with optional filters for mentioned people, date, or message ID, and control result count.
Instructions
List messages from a Webex room.
Args: room_id: Room ID to get messages from (required) mentioned_people: Person ID to filter messages that mention them before: Get messages before this date (ISO 8601 format) before_message: Get messages before this message ID max_results: Maximum number of messages to return (default 50, max 1000)
Returns: Standardized response dictionary with success/error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| before | No | ||
| room_id | Yes | ||
| max_results | No | ||
| before_message | No | ||
| mentioned_people | No |