get_task_lineage
Retrieve a bounded, safe summary of a task lineage for audit purposes. Get key execution details without full logs, using the lineage ID from run_task_loop.
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. |