action asana_get_items_for_portfolio { label: "Get portfolio items" description: "Get a list of the items in compact form in a portfolio." provider: asana method: GET path: "/portfolios/{portfolio_gid}/items" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" } } } } }