Skip to main content
Get details of a specific task

Tool details

FieldValue
Nameasana__get_task
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "taskGid": {
      "type": "string",
      "description": "Asana task GID"
    },
    "opt_fields": {
      "type": "string",
      "description": "Comma-separated task fields to return"
    }
  },
  "required": [
    "taskGid"
  ],
  "description": "Input schema for the asana__get_task tool."
}

Output schema

This tool does not publish an output schema.