Get Task
asana_get_taskRetrieve full details for a single Asana task by GID, including custom fields, memberships, notes, parent, subtasks, tags, and followers. Pass the task ID to get rich task data.
Instructions
Get full details for a single task by GID. Default response is minimal (gid + name only) — always use opt_fields. Returns rich data including custom fields, memberships (project+section), HTML notes, parent, subtask count, tags, and followers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The GID of the task (numeric string, e.g. `'19234567890123'`). Get it from asana_search_tasks or asana_get_tasks_for_project. | |
| opt_fields | No | Comma-separated fields to include. Recommended: `gid,name,completed,due_on,assignee.name,notes,memberships.project.name,memberships.section.name,custom_fields,parent.name,tags.name,followers.name,resource_subtype,created_at,modified_at`. |