read_backtest_insights
Retrieve insights from a QuantConnect backtest by providing project ID, backtest ID, and a start and end index for the insight range (max 100 insights).
Instructions
Read out the insights of a backtest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| insights | No | Collection of insights. | |
| length | No | Total number of returned insights. | |
| success | No | Indicate if the API request was successful. |