get_task
Retrieve a single task by its numeric ID, including its labels and assignees, to view complete task details.
Instructions
Read a single task by id, including its labels and assignees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Extra data to embed. | |
| task_id | Yes | Numeric task id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| done | No | ||
| index | No | ||
| title | Yes | ||
| labels | No | ||
| created | No | ||
| done_at | No | ||
| updated | No | ||
| due_date | No | ||
| end_date | No | ||
| priority | No | ||
| assignees | No | ||
| bucket_id | No | ||
| hex_color | No | ||
| created_by | No | ||
| identifier | No | ||
| project_id | No | ||
| start_date | No | ||
| description | No | ||
| is_favorite | No | ||
| repeat_mode | No | ||
| percent_done | No | ||
| repeat_after | No | ||
| cover_image_attachment_id | No |