Can I save as Dashboard to a analysis using API?

I have a dashboard and from QuickSight’s UI, I can click ‘Save as’ this dashboard to a analysis. Is it possible to do the same thing via QuickSight API?

Hi @Giang_Nguyen

You should be able to with describe dashboard definition and then use that to create a new analysis.

However, I don’t believe there is one API to do that.

Hi @Giang_Nguyen ,

Marking @Max 's response as solution. You need to use describe_dashboard_definition and create_analysis APIs to do this.

Regards,
Arun Santhosh