Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List tasks in a project or assigned to a user
| Field | Value |
|---|---|
| Name | asana__list_tasks |
| Group | Integrations |
{
"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."
}