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 operation retrieves activity logs for a specific item in a Monday.com board. It allows users to specify an item ID and optional date range filters (from and to) to fetch the activity logs related to that item. This is useful for tracking changes, updates, and user actions on a particular item over time, providing insights into its history and activity.
Use Case Examples
- A project manager wants to see all changes made to a task item within the last month to review progress and updates.
- A team lead needs to audit the activity on a specific item to understand who made changes and when, for accountability purposes.
Properties
| Name | Meaning |
|---|---|
| Item ID | The unique identifier of the item for which to retrieve activity logs. This is a required field. |
| From | The start date from which to retrieve activity logs. Only logs from this date onwards will be included. |
| To | The end date up to which to retrieve activity logs. Only logs up to this date will be included. |
| Limit | The maximum number of activity log entries to return. If set to 0, all logs will be returned, which may take longer for items with extensive history. |
Output
JSON
item_id- The ID of the item for which activity logs were retrieved.item_name- The name of the item.board_id- The ID of the board containing the item.activity_logs- An array of activity log entries, each containing details such as user ID, event type, data, and timestamp.
Dependencies
- Monday.com API
Troubleshooting
- Ensure the provided Item ID is valid and exists in the Monday.com board.
- Check that the API key credential is correctly configured and has the necessary permissions to access item activity logs.
- If no activity logs are returned, verify the date range filters to ensure they cover the period when activity occurred.
- Be aware that setting the limit to 0 to fetch all logs may result in longer execution times for items with extensive activity history.
Links
- Monday.com API Documentation - Official documentation for Monday.com API, including details on querying activity logs.