v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437198164.5 KB

Starts a data set export task for a specific application.

post/applications/{applicationId}/dataset-export-task

Path parameters

applicationIdstring required

The unique identifier of the application for which you want to export data sets.

Request body

clientTokenstring

A client token is a unique, case-sensitive string of up to 128 ASCII characters with ASCII values of 33-126 inclusive. It is generated by the client to ensure idempotent operations, allowing safe retries without unintended side effects.

kmsKeyIdstring

The identifier of a customer managed key.

Response

Success

taskIdstring required

The task identifier. This operation is asynchronous. Use this identifier with the <a>GetDataSetExportTask</a> operation to obtain the status of this task.