read_file
Read-only
Read specific files or all files from a QuantConnect project to access algorithm code and data for analysis or 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. |