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>CreateDataSetImportTask</a> operation.

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

Path parameters

applicationIdstring required

The application identifier.

taskIdstring required

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

Response

Success

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

The status of the task.

taskIdstring required

The task identifier.