list_projects
Read-only
Retrieve details of all algorithmic trading projects on the QuantConnect platform to manage strategies, backtests, and live deployments.
Instructions
List the details of all projects.
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. | |
| projects | No | List of projects for the authenticated user. | |
| versions | No | List of LEAN versions. |