Get Board Actions
get_board_actionsRetrieve a board's activity feed to monitor updates, comments, and changes. Specify board ID and optionally filter by action types or limit to see recent actions.
Instructions
Get the activity feed (actions) for a board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of actions to return (default: 50, max: 1000) | |
| filter | No | Comma-separated action types to filter (e.g. commentCard,updateCard) | |
| boardId | Yes | The ID of the board |