- Newest
- Most votes
- Most comments
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.
Alternatively to using the API you can also take the dashboard ID directly from the console.
Just navigate to the desired dashboard in QuickSight and then you will be able to find the id in the URL:
https://eu-west-1.quicksight.aws.amazon.com/sn/dashboards/<dashboard_id>
This also applies to other assets such as Datasets, Analyses and QuickSight Q topics
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago