Miro MCP

by k-jarzyna

get-board-content-logs

Retrieve detailed content change logs for board items within an organization, filtered by date range, board IDs, or user emails. Supports pagination and custom sorting for enterprise-level tracking and analysis.

Instructions

Retrieves content change logs of board items (Enterprise only)

Input Schema

NameRequiredDescriptionDefault
boardIdsNoList of board IDs to filter by
cursorNoCursor for pagination
emailsNoList of user emails to filter by
fromYesStart date for filtering (ISO 8601 format)
limitNoMaximum number of results to return
orgIdYesUnique identifier of the organization
sortingNoSort order for results
toYesEnd date for filtering (ISO 8601 format)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "boardIds": { "description": "List of board IDs to filter by", "items": { "type": "string" }, "type": "array" }, "cursor": { "description": "Cursor for pagination", "type": "string" }, "emails": { "description": "List of user emails to filter by", "items": { "type": "string" }, "type": "array" }, "from": { "description": "Start date for filtering (ISO 8601 format)", "type": "string" }, "limit": { "description": "Maximum number of results to return", "type": "number" }, "orgId": { "description": "Unique identifier of the organization", "type": "string" }, "sorting": { "description": "Sort order for results", "enum": [ "asc", "desc" ], "type": "string" }, "to": { "description": "End date for filtering (ISO 8601 format)", "type": "string" } }, "required": [ "orgId", "from", "to" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404