list_all_tasks
Retrieves all non-trashed tasks from the entire Things library. Supports pagination by specifying limit and offset parameters.
Instructions
List every non-trashed task across the entire library.
Returns all tasks regardless of schedule, area, or project. By default
fetches the full set in a single request — agents that need every task
should call this without limit and offset. To page through a
very large library, increment offset by limit until the
response is shorter than limit.
Args: limit: Optional max number of tasks. Omit to fetch all tasks. offset: Optional pagination offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |