read_compile
Read-only
Retrieve compilation results for QuantConnect algorithmic trading projects to verify code execution status and access output data.
Instructions
Read a compile packet job result.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logs | No | Logs of the compilation request. | |
| state | No | The current state of the compile job. | |
| errors | No | List of errors with the API call. | |
| success | No | Indicate if the API request was successful. | |
| compileId | No | Compile Id for a successful build. |