Get Board Activity
get_board_activityRetrieve board activity logs with optional filters by item or user IDs. Specify a date range or use the default last 30 days.
Instructions
Get board activity logs for a specified time range (defaults to last 30 days). Optionally filter by item ids or user ids to avoid fetching activity for the entire board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | The id of the board to get activity for | |
| itemIds | No | Filter activity to specific item ids. Omit to get activity for the whole board. | |
| userIds | No | Filter activity to actions performed by specific user ids. | |
| fromDate | No | Start date for activity range (ISO8601DateTime format). Defaults to 30 days ago | |
| toDate | No | End date for activity range (ISO8601DateTime format). Defaults to now | |
| includeData | No | Whether to include the raw data payload for each activity entry. The data field contains the full before/after state of changes and can be very large. Only set to true when you need the detailed change data. |