Get Multiple Tasks By Gid
asana_get_multiple_tasks_by_gidRetrieve up to 25 Asana tasks in one request using their GIDs. Reduces repeated API calls when you have a known list of task IDs.
Instructions
Fetch up to 25 tasks by GID in a single call. More efficient than calling asana_get_task repeatedly. Use when you have a known list of task GIDs (e.g. from a search result). Returns the same fields as asana_get_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_ids | Yes | Array or comma-separated string of task GIDs (max 25). Each GID is a numeric string like `'19234567890123'`. | |
| opt_fields | No | Comma-separated fields to include. Recommended: `gid,name,completed,due_on,assignee.name,notes,memberships.project.name,memberships.section.name`. |