get-group-items
Retrieve all items within a specific group on a Miro board by specifying the board ID, group ID, and optional pagination parameters for efficient data management.
Instructions
Retrieve all items in a specific group on a Miro board
Input Schema
Name | Required | Description | Default |
---|---|---|---|
boardId | Yes | ID of the board that contains the group | |
cursor | No | Cursor for pagination | |
groupId | Yes | ID of the group whose items you want to retrieve | |
limit | No | Maximum number of items to return (default: 50) |