all-batch-execution-info

Retrieves all the Batch execution information stored on the Broker.

Example Request

GET http://example.com:8080/livecluster/rest/batch/all-batch-execution-info

Example Response

[
{
"name": "CalculatorServiceExample",
"startTime": 1578568486582,
"status": "Failed",
"batchId": 4562207508471809452,
"batchExecutionId": 6976777355170490963
}
]