list_todos
Retrieve to-dos from a Things 3 list, area, or project, with optional status filter for open, completed, canceled, or any.
Instructions
List Things 3 to-dos within one scope.
Args: scope_type: One of "list", "area", "project". scope_name: Name of the list/area/project. Built-in lists include "Inbox", "Today", "Anytime", "Upcoming", "Someday", "Logbook". status: Filter — "open" (default), "completed", "canceled" or "any".
Returns a list of todo objects (id, name, status, tags, due, when, project, area, completion, notes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | open | |
| scope_name | Yes | ||
| scope_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |