get_backtest
Check the status of a running backtest, retrieve completion report paths and journal notes, or list all recent backtest runs.
Instructions
Status of a background backtest (running / completed / timeout / cancelled) with report path and journal notes when done; without run_id, lists all runs newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | Identifier returned by start_backtest / run_backtest; omit to list every run of this server process. | |
| tail_lines | No | While running, include this many trailing lines of the tester journal. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||