Skip to main content

List Columns

Returns a collection of columns in a specific board.

External Documentation

To learn more, visit the Monday documentation.

Parameters

ParameterDescription
Board IDThe board's unique identifier.

Example Output

{
"data": {
"boards": [
{
"columns": [
{
"id": "name",
"title": "Name",
"description": null,
"type": "name"
},
{
"id": "subitems",
"title": "Subitems",
"description": null,
"type": "subtasks"
}
]
}
]
},
"account_id": 12345678
}

Workflow Library Example

List Columns with Monday and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop