v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1422222115.9 KB

Retrieves the details about a specific import task.

get/get-import-file-task/{id}

Path parameters

idstring required

The ID of the import file task. This ID is returned in the response of <a>StartImportFileTask</a>.

Response

Success

completionTimestring date-time

The time that the import task completed.

idstring

The import file task <code>id</code> returned in the response of <a>StartImportFileTask</a>.

importNamestring

The name of the import task given in <a>StartImportFileTask</a>.

inputS3Bucketstring

The S3 bucket where import file is located.

inputS3Keystring

The Amazon S3 key name of the import file.

numberOfRecordsFailedinteger

The number of records that failed to be imported.

numberOfRecordsSuccessinteger

The number of records successfully imported.

startTimestring date-time

Start time of the import task.

status'ImportInProgress' | 'ImportFailed' | 'ImportPartialSuccess' | 'ImportSuccess' | 'DeleteInProgress' | 'DeleteFailed' | 'DeletePartialSuccess' | 'DeleteSuccess'

Status of import file task.

statusReportS3Bucketstring

The S3 bucket name for status report of import task.

statusReportS3Keystring

The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.