read_backtest
Read-only
Retrieve backtest results from QuantConnect to analyze trading strategy performance, identify optimization opportunities, and validate algorithmic approaches before live deployment.
Instructions
Read the results of a backtest.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | List of errors with the API call. | |
| success | No | Indicate if the API request was successful. | |
| backtest | No | Details on the result of the backtest. | |
| debugging | No | Indicates if the backtest is run under debugging mode. |