asana_list_projects
Fetches projects from a specified workspace or team. Supports pagination, archived project inclusion, and selecting specific fields for the result.
Instructions
List projects in the workspace (or a team). Excludes archived by default; set include_archived=true for all. Paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Team GID — list that team's projects instead of the whole workspace | |
| limit | No | Page size (max 100, default 100) | |
| max_pages | No | Max pages to follow (default 20 = 2000 items) | |
| workspace | No | Workspace GID (default: configured/auto-detected workspace) | |
| opt_fields | No | Override the rich default opt_fields. Pass field paths e.g. ["name","assignee.name","custom_fields.display_value"]. | |
| include_archived | No | Include archived projects (default false) |