v1

latestOpenAPI 3.0.1raw.githubusercontent.com2025-08-078639.0 KB

Display the status of a batch

Returns the status of a batch. A batch status can be Incomplete, CommitInProgress, Committed, Rolledback or Failed.

get/batch/{batchId}/status

Path parameters

batchIdstring GUID required

A Batch ID.

Response

OK - returns the status of the batch.

batchIdstring GUID
status'Incomplete' | 'CommitInProgress' | 'Committed' | 'Rolledback' | 'Failed'