Get Team
asana_get_teamRetrieve team details using its GID, returning name, description, and organization.
Instructions
Get details for a team by GID. Returns gid, name, description, and organization. Use asana_get_teams_for_workspace to find team GIDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_gid | Yes | The GID of the team (numeric string, e.g. `'1234567890123'`). Get team GIDs from asana_get_teams_for_workspace or from the `team.gid` field on a project. | |
| opt_fields | No | Comma-separated extra fields to include. Useful values: `gid,name,description,organization.name,permalink_url,visibility`. Default fields: gid, resource_type, name. |