Get bulk process
GET
/bulks/{bulk_id} Retrieves details on the bulk process identified by the bulk_id parameter.
Request
Path parameters
Responses
200OK
Success
Headers
Body
application/json
BulkProcessDetailsBulkProcessDetails · object · 8 fields
Response example
{ "bulkId": "string", "status": "string", "submittedItemsCount": 0, "executionStart": 0, "executionFinish": 0, "operation": "string", "mode": {}, "operationStatusCounts": [ { "status": "SUBMITTED", "count": 0 } ]}