asana_list_teams
List teams the authenticated user belongs to in an Asana workspace. Paginate results to retrieve team names and IDs for organization workflows.
Instructions
List teams the token owner belongs to in the workspace/organization. Paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (max 100, default 100) | |
| max_pages | No | Max pages to follow (default 20 = 2000 items) | |
| workspace | No | Organization/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"]. |