get-board-content-logs
Retrieve and filter content change logs for board items on Miro MCP by organization, date range, boards, or users. Supports pagination and sorting for streamlined data access.
Instructions
Retrieves content change logs of board items (Enterprise only)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
boardIds | No | List of board IDs to filter by | |
cursor | No | Cursor for pagination | |
emails | No | List of user emails to filter by | |
from | Yes | Start date for filtering (ISO 8601 format) | |
limit | No | Maximum number of results to return | |
orgId | Yes | Unique identifier of the organization | |
sorting | No | Sort order for results | |
to | Yes | End date for filtering (ISO 8601 format) |