Get Portfolio
asana_get_portfolioRetrieve complete details for an Asana portfolio by providing its GID, including owner, members, color, and workspace information.
Instructions
Get full details for a portfolio by GID. Returns name, color, public status, owner, members, and workspace. Use asana_get_portfolios to find portfolio GIDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opt_fields | No | Comma-separated extra fields to include. Useful values: `gid,name,color,public,created_at,owner.name,members.name,workspace.name`. Default fields: gid, resource_type. | |
| portfolio_gid | Yes | The GID of the portfolio (numeric string, e.g. `'1234567890123'`). Get portfolio GIDs from asana_get_portfolios. |