How do I find my QuickSight dashboard and analysis IDs?
I'm trying to figure out how to find the dashboard and analysis IDs for QuickSight dashboards and analyses that I am working on. My ultimate goal is to port them over to another account.
I found this article which references a dashboard ID, but I can't figure out how to actually find it. I see some stuff on StackOverflow that involves creating a Cognito instance and I'm wondering if that's really the only way?
This seems like something that should be pretty easily accessible without needing to write a script or creating new resources.
Julian
Hi,
you can use the QuickSight CLI command list-dashboards or the APIs (example for python)
then you search for the Dashboard name and you find the associated dashboard ID, the same apply to analysis.
hope this helps,
To add, in addition to getting the ID from URL in browser, you can use SearchDashboards or SearchAnalyses APIs with a filter on QUICKSIGHT_USER
. Resulting dashboards/analyses are all the dashboards/analyses the user has access to.
Relevant questions
Embed QuickSight dashboard with secure parameters
Accepted Answerasked a month agoHow do I find my QuickSight dashboard and analysis IDs?
asked 4 months agoAmazon QuickSight - is it possible to fully automate a dashboard creation with AWS SDK
Accepted Answerasked 2 years agoQuicksight Athena - analysis error: "HIVE_UNSUPPORTED_FORMAT: Unable to create input format"
asked a month agoHow to make sure unified Quicksight visualization output format?
asked 6 months agoTrying to display Quicksight dashboard on Webpage
asked 2 months agoQuicksight Dashboard access question
asked 2 months agoHow to create Quicksight Analysis & Template in CDK
Accepted Answerasked 3 months agoI can't find my EC2 instance in my dashboard
asked 16 days agoCan you edit the data in an Amazon QuickSight dashboard after it's published?
Accepted Answerasked 2 years ago