Back to monday.com

Connect Knoon AI with monday.com to automate AI workflows.

Find top-level board items by exact title and return sibling items at an offset, across visible boards or selected boards.
mondayDefaultFindItemSibling
BETA
Internal
Permissions
  • boards:read
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
itemTitlemustache Exact item title to find, case-insensitive.Yes
offsetmustache Sibling offset. Use -1 for previous, 1 for next. Must not be 0.Yes
lengthmustache Optional number of siblings to return in the offset direction (1-50, default 1).No
boardIdfile Optional board ID to search. If omitted, visible boards are scanned.No
boardIdsmustache Optional JSON array of board IDs to search. Overrides boardId when provided. Provide valid JSON.No
maxBoardsmustache Optional maximum number of boards to scan when boardId/boardIds are omitted (default 500).No
maxItemsPerBoardmustache Optional maximum number of items to scan per board (default 1000).No
itemPageLimitmustache Optional item page size for monday.com requests (1-100, default 100).No
Returns
NameTypeDescription
resultarray Matched items with sibling results, missing offsets, and board item list length.