{
"success": true,
"data": {
"id": "string",
"watchlistId": "string",
"status": "string",
"fileName": "string",
"totalRows": 0,
"importedRows": 0,
"skippedRows": 0,
"failedRows": 0,
"progressPercent": 0,
"errors": [
{
"row": -9007199254740991,
"sourceId": "string",
"primaryName": "string",
"message": "string"
}
],
"errorMessage": "string",
"createdAt": "string",
"completedAt": "string"
},
"message": "string",
"meta": {
"timestamp": "2019-08-24T14:15:22.123Z",
"requestId": "string",
"traceId": "string",
"spanId": "string",
"path": "string",
"pagination": {
"page": 0,
"limit": 0,
"total": 0,
"totalPages": 0,
"hasNext": true,
"hasPrevious": true
}
}
}