evidence_index
Index evidence.json files in reports directory by runId to generate a validation timeline. Aggregate metrics like trace IDs, errors, API responses, and data diffs across steps and runs.
Instructions
证据包索引:扫描 reports 目录所有 evidence.json 文件,按 runId 串联多个证据包生成完整验证时间线。支持跨步骤、跨 runId 检索,汇总 traceId、错误数、API 响应数、数据 diff 数等关键指标。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | No | 可选,只返回指定 runId 的证据包时间线。不传则返回所有 | |
| includeTraceIds | No | 是否在结果中包含所有 traceId 列表,默认 false |