get_task_lineage
Fetch a bounded summary of a task execution lineage by its lineage ID, returning recent rounds, tasks, and warnings without exposing full logs or diffs.
Instructions
Read a bounded safe summary for a run_task_loop lineage. Does not return full logs, diffs, stdout, stderr, or markdown artifacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_items | No | Maximum rounds/tasks/warnings to return. | |
| lineage_id | Yes | Lineage ID returned by run_task_loop. |