Skip to main content
List all projects in the workspace

Tool details

FieldValue
Nameasana__list_projects
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "workspace": {
      "type": "string",
      "description": "Workspace GID to list projects from"
    },
    "team": {
      "type": "string",
      "description": "Team GID to list projects from"
    },
    "archived": {
      "type": "boolean",
      "description": "Whether to include archived projects"
    },
    "limit": {
      "type": "number",
      "description": "Maximum projects to return"
    },
    "offset": {
      "type": "string",
      "description": "Pagination offset from Asana"
    }
  },
  "description": "Input schema for the asana__list_projects tool."
}

Output schema

This tool does not publish an output schema.