task_get
Retrieve complete task details by ID, including the chronological comment log, status changes, and agent notes. Use after task_list to inspect a specific task's description and expected outcome without modifying anything.
Instructions
Fetch full details of a task by ID, including its chronological comment log.
Use when task_list() gave you an ID and you need the description, expected outcome, and full history of status changes and agent comments. Read-only, no side effects.
Args: task_id: The UUID of the task. Short prefixes (min 4 chars) are resolved if unambiguous.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The UUID of the task. Short prefixes (min 4 chars) are resolved if unambiguous. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |