list_webex_rooms
Retrieve Webex rooms the bot belongs to, with optional filtering by team, room type, or sorting by activity.
Instructions
List Webex rooms that the authenticated bot belongs to.
Args: team_id: Optional team ID to filter rooms by team room_type: Optional room type filter ('direct' or 'group') sort_by: Optional sort order ('id', 'lastactivity', 'created') max_results: Optional maximum number of rooms 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 | ||
| room_type | No | ||
| max_results | No |