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

# GET /applications/{applicationId}/dataset-export-tasks

`GET /applications/{applicationId}/dataset-export-tasks`

Lists the data set exports for the specified application.

## Path parameters

- `applicationId` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListDataSetExportHistoryResponse
  - `dataSetExportTasks` DataSetExportTask[], required — The data set export tasks.
    - `status` 'Creating' | 'Running' | 'Completed' | 'Failed', required — The status of the data set export task.
    - `statusReason` string — If dataset exports failed, the failure reason will show here.
    - `summary` object, required — A summary of the data set export task.
      - `failed` integer, required — The number of data set exports that have failed.
      - `inProgress` integer, required — The number of data set exports that are in progress.
      - `pending` integer, required — The number of data set exports that are pending.
      - `succeeded` integer, required — The number of data set exports that have succeeded.
      - `total` integer, required — The total number of data set exports.
    - `taskId` string, required — The identifier of the data set export task.
  - `nextToken` string — If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.

## 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)
