read_backtest
Retrieve detailed results from a QuantConnect backtest using its project ID and backtest ID to analyze performance metrics and trade data.
Instructions
Read the results of a backtest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backtest | No | Details on the result of the backtest. | |
| debugging | No | Indicates if the backtest is run under debugging mode. | |
| success | No | Indicate if the API request was successful. | |
| errors | No | List of errors with the API call. |