Read Board

Retrieve the information for a board in monday.com using the board ID.

Input

Field Definition Type Required
ID Unique identification number for the board. Number TRUE

Output

Field Definition Type
ID Unique identification number for the board. Number
Name The name of the board. Text
Description The description for the board. Text
Kind

The type of board:

  • Public

  • Private

  • Share

Text
Permissions

The permission set for the board:

  • Everyone

  • Collaborators

  • Assignee

  • Owners

Text
State

The current state of the board:

  • All

  • Active

  • Archived

  • Deleted

Text
Tags

A list of the specific tags on the board:

  • ID - The unique identifier for the tag - Number

  • Name - The name of the tag - Text

List of Objects
Type

The object type of the board:

  • Board

  • Sub items board

  • Document

Text
Updated At The last time the board was updated. Date & Time
Folder ID The unique identifier of the folder that contains the board Number
Workspace

The workspace where the board is located:

  • ID - The unique identifier for the workspace. This is null for the main workspace - Number

  • Name - The name of the workspace - Text

Object
Owners

The owners of the board:

  • ID - The unique identifier for the owner - Number

  • Name - The name of the owner - Text

  • Email - The email address of the owner - Text

List of Objects
Creator

The creator of the board:

  • ID - The unique identifier for the creator - Number

  • Name - The name of the creator - Text

  • Email - The email address of the creator - Text

Object
Subscribers

A list of the subscribers to the board:

  • ID - The unique identifier for the user - Number

  • Name - The name of the user - Text

  • Email - The email address of the user - Text

Attempting to read a board that doesn't contain any subscribers returns an error message: Failed to run users loader.

List of Objects
Groups

A list of the visible groups belonging to the board:

  • ID - The group's identifier, unique only to its board - Text

  • Title - The title of the group - Text

List of Objects
Columns

A list of the visible columns belonging to the board:

  • ID - The column's identifier, unique only to its board - Text

  • Title - The title of the column - Text

List of Objects
Items Count The number of items on the board. Number
Communication The board's communication value. Typically this is a meeting ID. Text

Related topics

monday.com connector

Workflow elements

monday.com API