To check the import status, call the get import status endpointarrow-up-right:
/api/v1/import/status/{importProcessId}
importProcessId
string
path
The unique identifier of the initiated data import process you obtained from the response to the import data API call. For example, ID-1090.
ID-1090
The response to the get import status API call shows the following information.
statusCode
The data import status.
validationStatus
The status of the validation process and the number of processed items.
validationError
If there are any errors, it shows parameters that did not go through and the error message.
dispatchStatus
The count of the items sent to the corresponding modules and created and the count of items not created during the import:
entryCount - the number of entries in the import.
dispatchedCount - the number of dispatched entries.
ackedCount - the number of items acknowledged and created.
nackedCount - the number of items that were not created.
retryCount - the number of failed items that were sent again for retry.
Last updated 1 year ago
Was this helpful?