list_projects
Read-only
Retrieve all project details from QuantConnect to manage and organize algorithmic trading strategies.
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. |