get_crossed_off_items
Fetch crossed-off items from a shopping list, with filters for text search, date range, sorting, and pagination.
Instructions
Get crossed-off items for one shopping list with optional search, date filters, sorting, and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum items to return; capped at 200 | |
| listId | Yes | The ID of the shopping list to read | |
| offset | No | Pagination offset | |
| search | No | Optional case- and accent-insensitive search text | |
| sortBy | No | crossedOffAt | |
| sortOrder | No | desc | |
| crossedOffAfter | No | Only include items crossed off on or after this ISO date or epoch milliseconds | |
| crossedOffBefore | No | Only include items crossed off on or before this ISO date or epoch milliseconds |