Get Portfolio Items
asana_get_portfolio_itemsList all projects within an Asana portfolio, returning IDs, names, colors, and archived status. Provide a portfolio GID to retrieve its contents.
Instructions
List all projects in a portfolio. Returns an array of project objects with gid, name, color, and archived status. Use asana_add_portfolio_item to add projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page (1-100). | |
| offset | No | Pagination offset token from a previous response's next_page.offset. | |
| opt_fields | No | Comma-separated extra fields to include. Useful values: `gid,name,color,archived,due_on,status`. Default fields: gid, resource_type. | |
| portfolio_gid | Yes | The GID of the portfolio (numeric string, e.g. `'1234567890123'`). |