v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434174156.5 KB

Export data from an existing Neptune Analytics graph to Amazon S3. The graph state should be <code>AVAILABLE</code>.

post/exporttasks

Request body

graphIdentifierstring 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.

format'PARQUET' | 'CSV' required

The format of the export task.

destinationstring required

The Amazon S3 URI where data will be exported to.

kmsKeyIdentifierstring required

The KMS key identifier of the export task.

parquetType'COLUMNAR'

The parquet type of the export task.

tagsobject

Tags to be applied to 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 to.

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.