Get Tasks For Section
asana_get_tasks_for_sectionRetrieve tasks in a specific Asana project section using its GID, with pagination and custom field options.
Instructions
List all tasks in a specific project section. Use asana_get_project_sections to get section GIDs. Returns minimal fields by default — use opt_fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page (1-100). | |
| offset | No | Pagination offset token from a previous response's next_page.offset. | |
| opt_fields | No | Comma-separated fields to include. Recommended: `gid,name,completed,due_on,assignee.name`. Default fields: gid, name. | |
| section_gid | Yes | The GID of the section (numeric string, e.g. `'19234567890123'`). Get it from asana_get_project_sections. |