| Name | Type | Description | Notes |
|---|---|---|---|
| errorMessage | String | Why the run failed. Only set when status is FAILED. | [optional] |
| logHistory | List<List<Object>> | Progress messages the run recorded, oldest first. | [optional] |
| status | StatusEnum | Run status. UNINITIALISED means the agent has never been triggered for this analysis. |
| Name | Value |
|---|---|
| UNINITIALISED | "UNINITIALISED" |
| PENDING | "PENDING" |
| RUNNING | "RUNNING" |
| COMPLETED | "COMPLETED" |
| FAILED | "FAILED" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |