get-todos
Retrieve tasks from Things 3 with filters for projects, lists, areas, status, and search queries to organize your workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_uuid | No | Optional UUID of a specific project | |
| include_items | No | Include checklist items | |
| list | No | Built-in list name like Inbox, Today, Anytime | |
| area | No | Optional area UUID or title filter | |
| status | No | Optional status filter | |
| query | No | Optional title/notes search | |
| detail | No | Response detail level. Defaults to compact. | |
| limit | No | Maximum number of todos to return |