tasks_list
List project tasks, sorted newest first, with optional status filter. By default excludes plan-step tasks; use plan slug to list a plan's steps. Load a single task by its globally-unique ID.
Instructions
List a project's tasks, optionally filtered by status, newest first. By default plan-step tasks are excluded; pass plan= to list that plan's steps instead. Pass id= to load a single task by its globally-unique id (a direct lookup that ignores project/status/plan and needs no session scope).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | load exactly one task by its globally-unique id; when set, project/status/plan are ignored and the response's tasks array holds just that task | |
| plan | No | optional plan slug: list that plan's step tasks instead of the default (non-plan) tasks | |
| status | No | optional status filter | |
| project | No | project slug; defaults to the bound session's project |