list_webex_space_messages
Retrieve messages from a Webex space. Filter by mentioned people, date, or message ID to find specific conversations.
Instructions
List messages from a Webex space. Note: This is an alias for list_webex_messages — "room" and "space" are synonymous in Webex.
Args: space_id: Space 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 | ||
| space_id | Yes | ||
| max_results | No | ||
| before_message | No | ||
| mentioned_people | No |