Get an item by it’s identifier.

External Documentation

To learn more, visit the Monday documentation.

Parameters

ParameterDescription
Item IDThe item’s unique identifier.

Example Output

{
	"data": {
		"items": [
			{
				"id": "1231333789",
				"name": "My Item",
				"state": "active",
				"updated_at": "2022-01-01T01:01:01Z"
			}
		]
	},
	"account_id": 12345678
}

Workflow Library Example

Get Item with Monday and Send Results Via Email

Preview this Workflow on desktop