read_project
Read-only
Retrieve detailed information about a QuantConnect algorithmic trading project, including its configuration, status, and components, to analyze or manage trading strategies.
Instructions
List the details of 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. | |
| projects | No | List of projects for the authenticated user. | |
| versions | No | List of LEAN versions. |