Skip to main content

Get Board

Get board for the given identifier.

External Documentation

To learn more, visit the Monday documentation.

Parameters

ParameterDescription
Board IDThe board's unique identifier.

Example Output

{
"data": {
"boards": [
{
"id": "1234567890",
"name": "My Board",
"description": null,
"board_kind": "public",
"state": "active",
"updated_at": "2022-01-01T11:11:11Z"
}
]
},
"account_id": 12345678
}

Workflow Library Example

Get Board with Monday and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop