asana_list_tasks
Retrieve tasks from Asana filtered by workspace and assignee, project, or section. For incomplete tasks, set completed_since to 'now'.
Instructions
List tasks filtered by workspace+assignee, project, or section. Use completed_since="now" for incomplete tasks only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | No | Workspace GID (combine with assignee) | |
| assignee | No | Assignee user GID or "me" | |
| project | No | Project GID | |
| section | No | Section GID | |
| completed_since | No | ISO-8601 time or "now" | |
| modified_since | No | ISO-8601 time | |
| opt_fields | No | Comma-separated Asana opt_fields to include in the response (e.g. "name,notes,assignee.name") | |
| limit | No | ||
| offset | No | Pagination offset token from a previous page |