v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437198164.5 KB

Gets the status of a data set import task initiated with the <a>CreateDataSetExportTask</a> operation.

get/applications/{applicationId}/dataset-export-tasks/{taskId}

Path parameters

applicationIdstring required

The application identifier.

taskIdstring required

The task identifier returned by the <a>CreateDataSetExportTask</a> operation.

Response

Success

kmsKeyArnstring

The identifier of a customer managed key used for exported data set encryption.

status'Creating' | 'Running' | 'Completed' | 'Failed' required

The status of the task.

statusReasonstring

If dataset export failed, the failure reason will show here.

taskIdstring required

The task identifier.