read_project_nodes
Read-only
Retrieve available and selected nodes for a QuantConnect project to analyze and manage algorithmic trading strategy components.
Instructions
Read the available and selected nodes of a project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodes | No | List of project nodes. | |
| errors | No | List of errors with the API call. | |
| success | No | Indicate if the API request was successful. | |
| autoSelectNode | No | Indicate if the best-performing node is automatically selected. |