get_task
Retrieve complete details of a task by its UUID, including all custom fields and annotations. Use this to fetch full task data when you have the UUID.
Instructions
Get a single task by UUID and return all its fields. Read-only.
Returns full task JSON including all UDA fields and annotations. Always use UUID — local numeric IDs change as tasks complete or are filtered.
Use this over list_tasks when you have the UUID and need complete field data. Use list_tasks with filters to discover tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |