---
title: "GET /applications/{applicationId}/dataset-import-tasks/{taskId}"
method: GET
path: "/applications/{applicationId}/dataset-import-tasks/{taskId}"
---

# GET /applications/{applicationId}/dataset-import-tasks/{taskId}

`GET /applications/{applicationId}/dataset-import-tasks/{taskId}`

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

## Path parameters

- `applicationId` string, required
- `taskId` string, required

## Response `200`

Success

- GetDataSetImportTaskResponse
  - `status` 'Creating' | 'Running' | 'Completed' | 'Failed', required — The status of the task.
  - `summary` object — A summary of the status of the task.
    - `failed` integer, required — The number of data set imports that have failed.
    - `inProgress` integer, required — The number of data set imports that are in progress.
    - `pending` integer, required — The number of data set imports that are pending.
    - `succeeded` integer, required — The number of data set imports that have succeeded.
    - `total` integer, required — The total number of data set imports.
  - `taskId` string, required — The task identifier.

## Other responses

- `480` — ResourceNotFoundException
- `481` — ThrottlingException
- `482` — AccessDeniedException
- `483` — ValidationException
- `484` — InternalServerException

---

[API](https://skmtc.net/aws/apis/m2.md) · [All operations](https://skmtc.net/aws/apis/m2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/m2/versions/aac43e95a42b/schema)
