v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434174156.5 KB

Retrieves a specified export task.

get/exporttasks/{taskIdentifier}

Path parameters

taskIdentifierstring required

The unique identifier of the export task.

Response

Success

graphIdstring required

The source graph identifier of the export task.

roleArnstring required

The ARN of the IAM role that will allow data to be exported to the destination.

taskIdstring required

The unique identifier of the export task.

status'INITIALIZING' | 'EXPORTING' | 'SUCCEEDED' | 'FAILED' | 'CANCELLING' | 'CANCELLED' | 'DELETED' required

The current status of the export task.

format'PARQUET' | 'CSV' required

The format of the export task.

destinationstring required

The Amazon S3 URI of the export task where data will be exported.

kmsKeyIdentifierstring required

The KMS key identifier of the export task.

parquetType'COLUMNAR'

The parquet type of the export task.

statusReasonstring

The reason that the export task has this status value.

All 34 operations