read_project
Retrieve details of a specific project using its ID, or list a range of recent projects by specifying start and end indices. Access QuantConnect project data efficiently.
Instructions
List the details of a project or a set of recent projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projects | No | List of projects for the authenticated user. | |
| versions | No | List of LEAN versions. | |
| success | No | Indicate if the API request was successful. | |
| errors | No | List of errors with the API call. |