get_task_output
Retrieve the full output from a Claude Code agent task to see its reasoning, actions, and completed work.
Instructions
Retrieve the full output from a Claude Code agent task. Use this to see what the agent did, including its reasoning and actions taken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID to retrieve output for | |
| tail_lines | No | Only return the last N lines of output (useful for long outputs). Default: all output. |