get_task
Retrieve a task by ID with its full comments and assignees. Use after listing tasks to get details for updates or comments.
Instructions
Get one task by id and return it with its full comments and assignees. Read-only. Resolve the id first with list_tasks — never guess it; pair with update_task or comment_on_task to act on what you read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task id, from list_tasks. |