task_get
Retrieve full task details, including description, expected outcome, status changes, and agent comments, by providing the task ID.
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 |