read_backtest_insights
Extract and analyze insights from a backtest by specifying project and backtest IDs, with customizable index ranges for targeted data retrieval.
Instructions
Read insights from a backtest.
Args: project_id: ID of the project containing the backtest backtest_id: ID of the backtest to read insights from start: Starting index of insights to fetch (default: 0) end: Last index of insights to fetch (default: 100, max range: 100)
Returns: Dictionary containing insights data and total count
Input Schema
Name | Required | Description | Default |
---|---|---|---|
backtest_id | Yes | ||
end | No | ||
project_id | Yes | ||
start | No |