External DocumentationTo learn more, visit the Monday documentation.
Actions
Get Column Values
Returns a collection of column values of a specific column 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. |
| Column ID | The column’s unique identifier. |
{
"data": {
"boards": [
{
"items_page": {
"items": [
{
"column_values": [
{
"text": "Working on it",
"type": "color",
"value": "{\"index\":0,\"changed_at\":\"2022-01-01T01:01:01.876Z\"}"
}
]
},
{
"column_values": [
{
"text": "Stuck",
"type": "color",
"value": "{\"index\":0,\"changed_at\":\"2022-02-02T02:02:02.876Z\"}"
}
]
}
]
}
}
]
}
}
Was this page helpful?