asana_get_portfolio
Fetch a specific Asana portfolio by GID. Set include_items to also retrieve its member projects and portfolios.
Instructions
Fetch one portfolio; set include_items=true to also pull its member projects/portfolios.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opt_fields | No | Override the rich default opt_fields. Pass field paths e.g. ["name","assignee.name","custom_fields.display_value"]. | |
| include_items | No | Also return member items (default false) | |
| portfolio_gid | Yes | Portfolio GID |