list_backtests
Retrieve a list of all backtests for a given project. Optionally include statistics for each backtest by setting includeStatistics to true. Provide the project ID as input.
Instructions
List all the backtests for the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backtests | No | Collection of backtest summaries for a project. | |
| count | No | Number of backtest summaries retrieved in the response. | |
| success | No | Indicate if the API request was successful. | |
| errors | No | List of errors with the API call. |