External DocumentationTo learn more, visit the Monday documentation.
Actions
Get Item
Get an item by it’s identifier.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Item ID | The item’s unique identifier. |
{
"data": {
"items": [
{
"id": "1231333789",
"name": "My Item",
"state": "active",
"updated_at": "2022-01-01T01:01:01Z"
}
]
}
}
Was this page helpful?