I’ve been reading the docs, and I saw that there was a DescribeAnalysis endpoint for getting info about the analysis, but I can’t seem to find any endpoint that actually executes the query from the analysis and returns the data for me.
I would like to integrate QuickSight into a project not with its iframe embedding API, but rather me having my own charts and logic, and I would like to take just the data from the analysis so I could render it on my web app however I want. I also would also like to be able to use filters at runtime-execution assuming that is possible.
So is there an endpoint for executing the analysis and getting the raw data?