Data import statuses

The imported data will go through the following statuses during the data import process.

Status
Description

INSERTED

The data import API has successfully received the import file.

PARSING

The import file is currently undergoing technical validation.

ERROR

The import file did not pass technical validation, and the data import process ended. This is the final status.

Note: Find more by looking at the failover from the ERROR status.

PARSED

The import file has successfully passed technical validation and is ready for data validation.

VALIDATING

The import file is currently undergoing data validation.

REJECTED

The data validation has failed because at least one data entity in the file is invalid.

Note: Find more by looking at the failover from the REJECTED status.

APPROVED

The import file has successfully passed data validation and is ready to be sent to the target API.

PARTIALLY_APPROVED

Some entities successfully went through data validation, and the rest were discarded. The successfully validated entities are ready to be sent to the target API.

SENDING

The imported data has been dispatched to the target API and is waiting for a response.

FAILED

The creation of all data entities in the target API failed, or some data entities were created successfully, and some failed. Note: Find more by looking at the failover from the FAILED status.

DONE

All imported data entities were successfully created in the target API. The data import process has been completed. This is the final status.

PARTIALLY_DONE

Some imported data entities were successfully created in the target API, and the rest were discarded. The data import process has been completed. This is the final status.

DISCARDED

Some or all data entities were discarded. The data import process has been completed. This is the final status.

Last updated

Was this helpful?