asana_list_subtasks
Retrieve subtasks for any Asana task with rich fields, including pagination to access all results. Get detailed subtask data in one call.
Instructions
List a task's subtasks with rich fields. Paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (max 100, default 100) | |
| task_gid | Yes | Parent task GID | |
| max_pages | No | Max pages to follow (default 20 = 2000 items) | |
| opt_fields | No | Override the rich default opt_fields. Pass field paths e.g. ["name","assignee.name","custom_fields.display_value"]. |