External DocumentationTo learn more, visit the Monday documentation.
Actions
Get Board
Get board for the given identifier.

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": [
{
"id": "1234567890",
"name": "My Board",
"description": null,
"board_kind": "public",
"state": "active",
"updated_at": "2022-01-01T11:11:11Z"
}
]
}
}
Was this page helpful?