asana_list_tasks
Retrieve tasks filtered by project, section, tag, or assignee. Control pagination and include only incomplete tasks since a specified date.
Instructions
List tasks by project, section, tag, OR assignee (provide exactly one anchor). Paginated. assignee uses the workspace default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | List tasks with this tag GID | |
| limit | No | Page size (max 100, default 100) | |
| project | No | List tasks in this project GID | |
| section | No | List tasks in this section GID | |
| assignee | No | List tasks assigned to this user GID (requires workspace; default: configured/auto-detected) | |
| max_pages | No | Max pages to follow (default 20 = 2000 items) | |
| workspace | No | Workspace GID for assignee queries (default: configured/auto-detected workspace) | |
| opt_fields | No | Override the rich default opt_fields. Pass field paths e.g. ["name","assignee.name","custom_fields.display_value"]. | |
| completed_since | No | Only tasks modified/incomplete since (ISO 8601 or "now" for only-incomplete) |