External DocumentationTo learn more, visit the Monday documentation.
Actions
List Columns
Returns a collection of columns in 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 unique identifier. |
{
"data": {
"boards": [
{
"columns": [
{
"id": "name",
"title": "Name",
"description": null,
"type": "name"
},
{
"id": "subitems",
"title": "Subitems",
"description": null,
"type": "subtasks"
}
]
}
]
}
}
Was this page helpful?