List tasks
list_tasksRetrieve Asana project tasks in priority order, with pagination, custom fields, and completion filtering.
Instructions
List tasks in an Asana project in project priority order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page, from 1 to 100. | |
| offset | No | Offset returned by a previous list_tasks call. | |
| opt_fields | No | Additional Asana task fields to return. | |
| project_gid | Yes | Project GID. | |
| completed_since | No | Return incomplete tasks and tasks completed since this ISO timestamp; use 'now' for incomplete tasks only. |