action asana_get_goal_relationship { label: "Get a goal relationship" description: "Returns the complete updated goal relationship record for a single goal relationship." provider: asana method: GET path: "/goal_relationships/{goal_relationship_gid}" encoding: json output: { type: "object" properties: { data: { type: "object" } } } }