Miro MCP

by k-jarzyna

get-audit-logs

Retrieve a paginated list of audit events from the Miro MCP server within a specified date range, enabling detailed tracking and analysis of activity logs for Enterprise users.

Instructions

Retrieves a page of audit events from the last 90 days (Enterprise only)

Input Schema

NameRequiredDescriptionDefault
createdAfterYesRetrieve audit logs created after this date (ISO 8601 format)
createdBeforeYesRetrieve audit logs created before this date (ISO 8601 format)
cursorNoCursor for pagination
limitNoMaximum number of results to return (default: 100)
sortingNoSort order for results (default: ASC)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "createdAfter": { "description": "Retrieve audit logs created after this date (ISO 8601 format)", "type": "string" }, "createdBefore": { "description": "Retrieve audit logs created before this date (ISO 8601 format)", "type": "string" }, "cursor": { "description": "Cursor for pagination", "type": "string" }, "limit": { "description": "Maximum number of results to return (default: 100)", "type": "number" }, "sorting": { "description": "Sort order for results (default: ASC)", "enum": [ "ASC", "DESC" ], "type": "string" } }, "required": [ "createdAfter", "createdBefore" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404