External DocumentationTo learn more, visit the Monday documentation.
Actions
List Groups
Returns a collection of groups on a specific board.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Board ID | The board’s identifier. |
{
"data": {
"boards": [
{
"groups": [
{
"id": "topics",
"title": "Subitems",
"color": "#579bfc",
"position": "65536"
}
]
},
{
"groups": [
{
"id": "topics",
"title": "Group Title",
"color": "#a25ddc",
"position": "98304"
}
]
}
]
}
}
Was this page helpful?