Retrieves the status of a specific data-import.
Schedule a data-import by calling the [POST] /data/dataImports method, and then wait for the COMPLETE state by invoking this method issuing the data-import identifier.
Required permissions: IMPORT_DATA.
The name of the target tenant (e.g. acme).
The identifier of the data-import status to retrieve.
Successful operation.
The bean providing data-import details.
The data-import unique identifier.
The timestamp UTC the data-import has been scheduled.
The data-import status.
User not authenticated.
The error response.
User not authorized.
The error response.
Resource was not found.
The error response.
API call rate limit exeeded.
The error response.
Internal server error.
The error response.