get_mural_widgets
Fetch widgets from a mural, filtering by widget type or parent area, with pagination support.
Instructions
Get all widgets on a mural. Use type_filter to narrow results.
Args:
mural_id: The mural ID.
type_filter: Comma-separated widget types to filter. Options: areas, arrows, comments, files, sticky notes, texts, icons, images, shapes.
parent_id: Filter widgets by their parent area ID.
limit: Max results to return.
next_token: Pagination token from a previous response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| mural_id | Yes | ||
| parent_id | No | ||
| next_token | No | ||
| type_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |