| name | data type | constraints | description |
|---|---|---|---|
| status | Status | ||
| errorMessage | string | ||
| startDate | string | ||
| durationInMillis | number | required long | |
| humanReadableDuration | string | ||
| result | string | ||
| runningId | string | ||
| executionServer | string |
Example
{
"status" : "Running",
"errorMessage" : "...",
"startDate" : "...",
"durationInMillis" : 12345,
"humanReadableDuration" : "...",
"result" : "...",
"runningId" : "...",
"executionServer" : "..."
}