list_rooms
List all accessible rooms in a Mural workspace. Retrieve room details with optional pagination to manage and navigate your workspace efficiently.
Instructions
List rooms in a workspace that the authenticated user has access to.
Args:
workspace_id: The workspace ID.
limit: Max results to return.
next_token: Pagination token from a previous response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| next_token | No | ||
| workspace_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |