Batch
Batch link status
Returns the status of the batch.
get/api/batches/{batchId}
Path parameters
batchIdstring required
Example:421e1e63-ddd5-46ec-8812-74eda861259b
The batch ID for the request.
Response
Status received.
Example response
{
"id": "c2bb1dd6-008b-448d-a496-c224de432356",
"createdAt": "2022-10-25T09:03:22.832Z",
"updatedAt": "2022-10-25T09:03:22.832Z",
"entityId": "8ac7a4ca694cec2601694cf5f9360026",
"filename": "test.csv",
"status": "initiated",
"successfulRows": 24,
"totalRows": 25,
"errorCode": "1000.100.00"
}