Get item by id
plaky_get_itemRetrieve a single Plaky item by its ID, including all field values and expanded relationships like board or group.
Instructions
Get a single item by id, including its field values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Relationships to expand into full objects instead of bare IDs, e.g. ["fields","group"]. | |
| itemId | Yes | Unique item identifier. | |
| boardId | Yes | Unique board identifier. | |
| spaceId | Yes | Unique space identifier. |