task_execution_trace
Retrieve a task's chronological execution timeline, adding checkpoints and stats like duration and step counts when needed, to reconstruct how a task actually unfolded.
Instructions
Get a task's execution timeline — plain, or with checkpoints + stats.
The separate task_replay tool was folded in here 2026-07-27: both
answered "how did this task actually go", differing only in whether the
answer carried the derived summary. include_stats=True is the old
replay view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID | |
| include_stats | No | False (default) — timeline only (memo records + task lifecycle events, chronological). True — adds `checkpoints` (decision/summary points only) and `stats` (duration, step count, subtask count, memo-type breakdown). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||