list_optimizations
Read-only
Retrieve all optimization results for a QuantConnect project to analyze parameter tuning and performance improvements.
Instructions
List all the optimizations for a project.
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. | |
| optimizations | No | Collection of summarized optimization objects. |