query_items
Retrieve board items and their cell values, with optional limit and page parameters to paginate results.
Instructions
List items (rows) of a board, including their cell values. Returns all items unless limit/page are given (the API defaults to 50 per page when unpaged, so the tool pages through and concatenates).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page, only with limit | |
| limit | No | Page size; omit to fetch all items | |
| boardId | Yes | ||
| projectId | Yes |