Get Goal
asana_get_goalRetrieve full details for a specific goal using its GID: get name, status, notes, owner, team, time period, followers, and workspace. Find GIDs via the goals list tool.
Instructions
Get full details for a goal by GID. Returns name, status, notes, owner, team, time_period, followers, and workspace. Use asana_get_goals to list goals and find GIDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal_gid | Yes | The GID of the goal (numeric string, e.g. `'1234567890123'`). Get goal GIDs from asana_get_goals. | |
| opt_fields | No | Comma-separated extra fields to include. Useful values: `gid,name,status,notes,due_on,start_on,owner.name,team.name,time_period.display_name,followers.name,workspace.name,is_workspace_level,metric`. Default fields: gid, resource_type, and several others. |