task_result
Retrieve a task's combined stdout and stderr output, with optional trailing line limit. Works for completed and running tasks to view live progress.
Instructions
Get a task's captured output (stdout+stderr merged).
Args: task_id: The task to inspect. Works for finished AND still-running tasks, so you can peek at live progress. tail_lines: How many trailing lines of output to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| tail_lines | No |