read_lean_versions
Read-only
Retrieve available LEAN engine versions for algorithmic trading strategies on QuantConnect. Use this tool to check version compatibility before running backtests or deploying live algorithms.
Instructions
Returns a list of LEAN versions with basic information for each version.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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. | |
| versions | No | List of LEAN versions with their basic descriptions. |