Response from the endpoint
Main object
| Field | Data Type | Description |
|---|---|---|
| Success | boolean | result of the request |
| ErrorMessage | string | if some problem happens and the success is false, this is the error message |
| Executions | Array[Execution] | List of the executions in queue and in execution |
Execution object
| Field | Data Type | Description |
|---|---|---|
| Status | string | Current execution status. One of this options Queued, InProgress, Complete, InError, NotFound |
| MainExecutionTrackerId | integer | Execution tracker id. Is to be used in the requests to obtain information about this execution |
