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 lists all groups within a specified Monday.com board. It allows filtering groups based on their archived or deleted status. This is useful for users who want to retrieve and manage the organizational structure of a board by accessing its groups, for example, to display group details or to perform further operations on specific groups.
Use Case Examples
- Retrieve all active groups in a project management board to display their titles and colors.
- List archived groups in a board to review or restore them.
- Fetch deleted groups to audit changes or clean up the board structure.
Properties
| Name | Meaning |
|---|---|
| Workspace | Select the workspace containing the board from which to list groups. |
| Board | Select the specific Monday.com board to list groups from. |
| Archived | Boolean flag to include archived groups in the listing. |
| Deleted | Boolean flag to include deleted groups in the listing. |
Output
JSON
id- The unique identifier of the group.title- The title or name of the group.color- The color associated with the group.position- The position of the group within the board.archived- Indicates if the group is archived (optional, present if requested).deleted- Indicates if the group is deleted (optional, present if requested).
Dependencies
- Monday.com API (requires an API key credential)
Troubleshooting
- Ensure the API key credential is correctly configured and has permissions to access the specified workspace and board.
- Verify that the board ID is valid and the board exists in the selected workspace.
- If no groups are returned, check if the board actually contains groups or if filters (archived/deleted) exclude all groups.
- Handle API rate limits or timeouts by increasing request timeout settings if necessary.
Links
- Monday.com API Documentation - Official API documentation for Monday.com, including details on boards and groups.