list_runs
List runs within a date range, or return full saved detail for one run when run_id is provided. Range reads stay compact and return a Runner State summary first. A run_id read returns that run's stored splits and structured segments plus the detailed metrics Elias needs for interval analysis.
Maximum range: 92 days. Defaults to 7 days ago through today. For a longer span, make several calls covering consecutive windows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | Specific run UUID. When provided, returns the full saved run including splits and structured segments and ignores the date range. | |
| end_date | No | End of date range. Format: YYYY-MM-DD. Optional. Defaults to today. | |
| start_date | No | Start of date range. Format: YYYY-MM-DD. Optional. Defaults to 7 days ago. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Human-readable result text returned by the tool. |