List or search items on a board
monday_list_itemsFetch a page of items from a Monday.com board with column values as readable text, filterable by criteria and paginated via cursor.
Instructions
Returns a page of items from one board, with each column value as readable text. Filter with filters, and follow cursor for the next page. Call monday_get_board first to learn the column ids and labels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | Group id or group title to read. | |
| limit | No | Default 25. | |
| cursor | No | The cursor from an earlier call. It carries the earlier filters, so send board_id and cursor only. | |
| search | No | Keep only items whose name holds this text. | |
| filters | No | Column rules. All rules must match. | |
| board_id | Yes | The numeric board id. |