read_file
Read-only
Retrieve file contents from QuantConnect algorithmic trading projects to access strategy code, configuration files, or project documentation for analysis and execution.
Instructions
Read a file from a project, or all files in the project if no file name is provided.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | List of project file information. | |
| errors | No | List of errors with the API call. | |
| success | No | Indicate if the API request was successful. |