Get board activity
get_board_activityRetrieve a board's complete audit trail of task, stage, and member changes, newest first. Requires ADMIN or OWNER role.
Instructions
Get the audit trail for a whole board: task/stage/member changes across the board, newest first. Requires ADMIN/OWNER role on that board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ISO date — only activity at or before this time | |
| from | No | ISO date — only activity at or after this time | |
| type | No | Filter by activity type | |
| limit | No | Max items | |
| offset | No | Pagination offset | |
| search | No | Search in activity descriptions | |
| actor_id | No | Filter by the user who performed the action | |
| board_id | No | Board UUID | |
| board_slug | No | Board slug (alternative to board_id) |