list_backtests
Read-only
Retrieve and display all backtest results for a specific QuantConnect project to analyze trading strategy performance.
Instructions
List all the backtests for the project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of backtest summaries retrieved in the response. | |
| errors | No | List of errors with the API call. | |
| success | No | Indicate if the API request was successful. | |
| backtests | No | Collection of backtest summaries for a project. |