Tool to retrieve board data via the Monday.com API. Returns core metadata (id, name, state, kind, hierarchy type, workspace) about one or multiple boards with filtering options by state, board kind, hierarchy type, and workspace. For structural details, column configurations, or…
idsarrayList of specific board IDs to retrieve. Provide to filter by board IDs.
pageintegerPage number for pagination; starts at 1.
limitintegerMaximum number of boards to return. Default is 25.
statestringFilter boards by state. Valid values: 'active', 'archived', 'deleted', 'all'. Default is 'active'.
order_bystringSort boards by 'created_at' or 'used_at' in descending order.
board_kindstringFilter boards by type. Valid values: 'private', 'public', 'share'.
workspace_idsarrayList of workspace IDs to filter boards by workspace.
hierarchy_typearrayFilter boards by hierarchy type. Can include 'classic', 'multi_level', or both.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.