miro_list_all_items
Retrieve all items from a Miro board with automatic pagination for comprehensive board exports or complete content listings.
Instructions
Retrieve ALL items from a board with automatic pagination (up to 10000). For quick lookups (max 50), use miro_list_items instead.
USE WHEN: "get everything on board", "list all items", "export board contents"
VOICE-FRIENDLY: "Retrieved 847 items in 9 pages"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| type | No | Filter by item type: sticky_note, shape, text, connector, frame, card, image, document, embed | |
| max_items | No | Maximum total items to fetch across all pages (default 500, max 10000) | |
| detail_level | No | Response detail level: 'minimal' (default) returns basic fields, 'full' includes style, geometry, timestamps, and creator info |