Skip to main content
List tasks in a project or assigned to a user

Tool details

FieldValue
Nameasana__list_tasks
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "Asana project GID to list tasks from"
    },
    "assignee": {
      "type": "string",
      "description": "Assignee user GID, 'me', or omit when project is provided"
    },
    "workspace": {
      "type": "string",
      "description": "Workspace GID for assignee-based task lists"
    },
    "completed_since": {
      "type": "string",
      "description": "Only return tasks completed since this ISO timestamp"
    },
    "limit": {
      "type": "number",
      "description": "Maximum tasks to return"
    },
    "offset": {
      "type": "string",
      "description": "Pagination offset from Asana"
    }
  },
  "description": "Input schema for the asana__list_tasks tool."
}

Output schema

This tool does not publish an output schema.