things_find_items
Find Things items by type, text, status, tag, date range, list, or parent. Filter to locate tasks, fetch before editing, and use scanOffset for results beyond 5000.
Instructions
Find items by type, text, status, tag ID, date range, selected items, list or parent. Optional sorting changes result order only. Follow nextScanOffset with offset zero to continue beyond 5000 objects. Results are not a snapshot. Fetch before editing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | todo | |
| list | No | ||
| text | No | ||
| limit | No | ||
| tagId | No | ||
| offset | No | ||
| parent | No | ||
| sortBy | No | ||
| status | No | ||
| selected | No | ||
| sortOrder | No | ascending | |
| scanOffset | No | ||
| deadlineFrom | No | ||
| includeNotes | No | ||
| scheduledFrom | No | ||
| deadlineThrough | No | ||
| scheduledThrough | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |