read_compile
Retrieve the result of a previously submitted compile job by providing the project ID and compile ID.
Instructions
Read a compile packet job result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compileId | No | Compile Id for a successful build. | |
| state | No | The current state of the compile job. | |
| logs | No | Logs of the compilation request. | |
| success | No | Indicate if the API request was successful. | |
| errors | No | List of errors with the API call. |