Query batch status
GET {{baseUrl}}/api/batches/:batchId
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"id": "248b913e-b5ec-4d01-bcc2-731e037e2123",
"createdAt": "2022-11-17T09:39:42.093Z",
"updatedAt": "2022-11-17T09:39:42.093Z",
"entityId": "8ac7a4ca77a64c9c0177af52972c1bb2",
"filename": "example",
"status": "initiated",
"successfulRows": 0,
"totalRows": 0
} |
ENDPOINTS