action asana_get_teams_for_workspace { label: "Get teams in a workspace" description: "Returns the compact records for all teams in the workspace visible to the authorized user." provider: asana method: GET path: "/workspaces/{workspace_gid}/teams" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" } } } } }