Actions126
- Item Actions
- Create or Update Item
- List Items in a Board
- Search Items by Filter
- Upload files to column
- Update Column Values of an Item
- Duplicate an Item
- List Items in a Group
- Get Item Activity Logs
- Create an Item
- Delete an Item
- List Item Subscribers
- Get an Item
- Create an Item
- Update Column Values of an Item
- Delete an Item
- Duplicate an Item
- List Items in a Group
- List Item Subscribers
- Get Item Activity Logs
- Get an Item
- Create an Item
- Create or Update Item
- Delete an Item
- List Items in a Board
- Search Items by Filter
- List Item Subscribers
- Upload files to column
- Get an Item
- Update Column Values of an Item
- Create or Update Item
- Duplicate an Item
- List Items in a Board
- List Items in a Group
- Search Items by Filter
- Get Item Activity Logs
- Upload files to column
- Board Actions
- Create a Board
- Duplicate a Group
- List Board Subscribers
- Remove Board Subscribers
- List Boards
- Get a Group
- List Activity Logs
- Remove Board Subscribers
- List Boards
- Create a Board
- List Activity Logs
- Add Board Subscribers
- List Boards
- List Board's Groups
- Create a Group
- Get a Board
- Get a Group
- Duplicate a Board
- List Activity Logs
- Add Board Subscribers
- List Board's Groups
- Create a Board
- Create a Group
- Get a Board
- Duplicate a Group
- Duplicate a Board
- List Board Subscribers
- Add Board Subscribers
- List Board's Groups
- Create a Group
- Get a Board
- Get a Group
- Duplicate a Group
- Duplicate a Board
- List Board Subscribers
- Remove Board Subscribers
- Update Actions
- Team Actions
- Download File Actions
- User Actions
- Query Actions
- Notification Actions
Overview
This node interacts with Monday.com boards to list activity logs for a specified board. It allows users to retrieve detailed activity logs filtered by date range, item IDs, column IDs, group IDs, and user IDs. The node supports pagination and limits the number of results returned, making it useful for auditing changes, tracking user actions, and monitoring board activity over time.
Use Case Examples
- Retrieve all activity logs for a project management board within the last month to audit changes.
- Filter activity logs by specific item IDs to monitor updates on key tasks.
- Get activity logs filtered by user IDs to track contributions of team members.
Properties
| Name | Meaning |
|---|---|
| Board | The Monday.com board from which to retrieve activity logs. This is a required field and can be selected from a list or specified by ID. |
| From | The start date from which to retrieve activity logs. Optional filter to limit logs to those created after this date. |
| To | The end date up to which to retrieve activity logs. Optional filter to limit logs to those created before this date. |
| Item IDs | Comma-separated list of item IDs to filter the activity logs. Only logs related to these items will be returned. |
| Column IDs | Comma-separated list of column IDs to filter the activity logs. Only logs related to these columns will be returned. |
| Group IDs | Comma-separated list of group IDs to filter the activity logs. Only logs related to these groups will be returned. |
| User IDs | List of user IDs to filter the activity logs. Only logs generated by these users will be returned. |
| Limit | Maximum number of activity log results to return. If set to 0, all logs will be returned, which may take longer for large boards. |
Output
JSON
databoards
*0
*activity_logs- Array of activity log entries for the specified board, each containing details such as id, user_id, entity, event, data, and created_at.
Dependencies
- Monday.com API key credential for authentication
Troubleshooting
- Ensure the API key credential is correctly configured and has sufficient permissions to access the board and activity logs.
- Verify that the board ID is valid and accessible by the API key user.
- If filtering by item, column, group, or user IDs, ensure the IDs are correctly formatted and exist on the board.
- Large boards with many activity logs may cause timeouts or long response times; consider using date range filters and limits to reduce data volume.
- Common error messages include 'API Key not found' if credentials are missing, and 'Board ID is required' if the board parameter is not provided.
Links
- Monday.com API Documentation - Official API documentation for Monday.com, including details on querying boards and activity logs.