get_board_events
Retrieve board-level audit events within an optional time window, with adjustable limit and order for reviewing KanbanFlow board activity.
Instructions
Get board-level events (audit log) within an optional time window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End timestamp, ISO 8601 or epoch ms | |
| from | No | Start timestamp, ISO 8601 or epoch ms | |
| limit | No | Max events to return (default/max 100) | |
| order | No | ||
| board_name | Yes | Name of the configured board to operate on (see list_boards) |