Is there any way to export data from QuickSight into S3 or Is there any process? (using QuickSight API). Thank you

Hi all, my problem is that I would like use QuickSight API (aws-sdk) to fetch data from QuickSight to AWS S3 . Is there any way or Is there any process? Can please you give me some solutions? Thank you so much. Hope to receive your answer as soon as possible.

Hi @nhatquanbui ,

You can use the new snapshot report APIs to create a csv file and then use the AWS CLI to copy that up to S3.

The docs for the snapshot APIs are here and the docs for the CLI are here.

Hope that helps.

ws

2 Likes

Thank you for your information, I will try your solution. Appreciate it.

1 Like

Marking @wstevens01 's response as solution. Additional info - You don’t have to download the file and then copy to S3 anymore. The destination bucket and folder can be specified as part of the start-dashboard-snapshop-job call itself.

Regards,
Arun Santhosh
Pr QuickSight SA

2 Likes