task_get
Retrieve full task details and chronological comment log by task ID, including description and status history. Use after obtaining an ID from task_list.
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 |