asana_get_teams_for_workspace
Retrieve all teams within a specific Asana workspace to organize and manage team structures, access team information, and coordinate project assignments.
Instructions
Get teams in a workspace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_gid | No | The workspace GID to get teams for (optional if DEFAULT_WORKSPACE_ID is set) | |
| opt_fields | No | Comma-separated list of optional fields to include |
Input Schema (JSON Schema)
{
"properties": {
"opt_fields": {
"description": "Comma-separated list of optional fields to include",
"type": "string"
},
"workspace_gid": {
"description": "The workspace GID to get teams for (optional if DEFAULT_WORKSPACE_ID is set)",
"type": "string"
}
},
"required": [],
"type": "object"
}