things_count_items
Count items matching specified filters in Things 3 by following scan offsets until the scan completes, providing totals for tasks, projects, areas, or tags.
Instructions
Count matches in a scan segment. Follow nextScanOffset and sum counts until scanComplete; concurrent Things edits can change totals. Uses the same filters as find. Offset must be zero.
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 |