invariance_run_inspect
Fetch a run's metrics, narrative, recent nodes, and open findings in one parallel call to get a composite triage view for debugging issues.
Instructions
Composite triage view for a run — fetches run, metrics, narrative, recent nodes, and open findings in parallel and returns {run, metrics, narrative, recent_nodes, open_findings}. Mirrors inv run inspect. Best first call when an agent is asked to debug a run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| limit | No | Max recent_nodes returned (default 50). |