Skip to content

Get Monday.com Item ​

Retrieves a single Monday.com item and all its column values.

Purpose ​

Use this task when you need the details of a specific Monday.com item for use in downstream workflow steps. You can look up the item directly by its ID, or locate it by providing the board ID and the item's name if the ID is not available. This is commonly used to read status, dates, or custom column values before making decisions or updates later in the workflow.

Inputs ​

FieldTypeRequiredDescription
Item IdTextNoThe numeric ID of the item to retrieve. Found in the item URL in the browser. Provide this or the Board Id and First Item Name combination.
Board IdTextNoThe numeric ID of the board containing the item. Found in the board URL in the browser. Required if Item Id is not provided.
First Item NameTextNoThe name of the item to find within the board. Returns the first matching item. Required if Item Id is not provided.

Outputs ​

NameDescription
MondayItemA dictionary representation of the Monday.com item, including its ID, name, and all column values.

Tentech