monday.com に戻る

monday.com と Knoon AI を接続して AI ワークフローを自動化します。

Find top-level board items by exact title and return sibling items at an offset, across visible boards or selected boards.
mondayDefaultFindItemSibling
ベータ
内部
権限
  • boards:read
オプション権限
表示する項目がありません。
パラメータ
名前タイプ説明必須
itemTitlemustache Exact item title to find, case-insensitive.はい
offsetmustache Sibling offset. Use -1 for previous, 1 for next. Must not be 0.はい
lengthmustache Optional number of siblings to return in the offset direction (1-50, default 1).いいえ
boardIdfile Optional board ID to search. If omitted, visible boards are scanned.いいえ
boardIdsmustache Optional JSON array of board IDs to search. Overrides boardId when provided. Provide valid JSON.いいえ
maxBoardsmustache Optional maximum number of boards to scan when boardId/boardIds are omitted (default 500).いいえ
maxItemsPerBoardmustache Optional maximum number of items to scan per board (default 1000).いいえ
itemPageLimitmustache Optional item page size for monday.com requests (1-100, default 100).いいえ
返品
名前タイプ説明
resultarray Matched items with sibling results, missing offsets, and board item list length.