Get Task
task_getRetrieve a single task from Taiga by its ID, with optional field trimming to control response size.
Instructions
Get a single task by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource id | |
| verbosity | No | Trims the response's fields to cut token cost. "full" (default) = every field Taiga returns. "standard" drops denormalized *_extra_info objects, *_html duplicate fields, and UI-only ordering fields. "minimal" keeps only id/ref/subject/status/assigned_to/project/is_closed. |