read_optimization
Read-only
Retrieve optimization results from the QuantConnect platform to analyze trading strategy performance and parameter configurations.
Instructions
Read an optimization.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | List of errors with the API call. | |
| success | No | Indicate if the API request was successful. | |
| optimization | No | Optimization object requested to read. |