| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| status | StatusEnum | [optional] | |
| startedAt | OffsetDateTime | [optional] | |
| completedAt | OffsetDateTime | [optional] |
| Name | Value |
|---|---|
| RUNNING | "running" |
| WAITING | "waiting" |
| COMPLETED | "completed" |
| EXITED | "exited" |
| FAILED | "failed" |