action asana_get_portfolio { label: "Get a portfolio" description: "Returns the complete portfolio record for a single portfolio." provider: asana method: GET path: "/portfolios/{portfolio_gid}" encoding: json output: { type: "object" properties: { data: { type: "object" } } } }