v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1442228254.5 KB

Gets information about an import job started with the <code>StartImport</code> operation.

get/imports/{importId}

Path parameters

importIdstring required

The identifier of the import job information to return.

Response

Success

namestring

The name given to the import job.

resourceType'BOT' | 'INTENT' | 'SLOT_TYPE'

The type of resource imported.

mergeStrategy'OVERWRITE_LATEST' | 'FAIL_ON_CONFLICT'

The action taken when there was a conflict between an existing resource and a resource in the import file.

importIdstring

The identifier for the specific import job.

importStatus'IN_PROGRESS' | 'COMPLETE' | 'FAILED'

The status of the import job. If the status is <code>FAILED</code>, you can get the reason for the failure from the <code>failureReason</code> field.

failureReasonString[]

A string that describes why an import job failed to complete.

createdDatestring date-time

A timestamp for the date and time that the import job was created.