read_compile
Read-only
Retrieve compilation results for algorithmic trading projects on QuantConnect, using project and compile IDs to access job outcomes.
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. |