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
Name | Required | Description | Default |
---|---|---|---|
createdAfter | Yes | Retrieve audit logs created after this date (ISO 8601 format) | |
createdBefore | Yes | Retrieve audit logs created before this date (ISO 8601 format) | |
cursor | No | Cursor for pagination | |
limit | No | Maximum number of results to return (default: 100) | |
sorting | No | Sort order for results (default: ASC) |