list_webex_spaces
List Webex spaces the authenticated bot belongs to, with optional filters for team, type, sort order, and maximum results.
Instructions
List Webex spaces that the authenticated bot belongs to. Note: This is an alias for list_webex_rooms — "room" and "space" are synonymous in Webex.
Args: team_id: Optional team ID to filter spaces by team space_type: Optional space type filter ('direct' or 'group') sort_by: Optional sort order ('id', 'lastactivity', 'created') max_results: Optional maximum number of spaces to return (default 100, max 1000)
Returns: Standardized response dictionary with success/error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort_by | No | ||
| team_id | No | ||
| space_type | No | ||
| max_results | No |