- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2021 02:39 PM
Hello!
I know that it is possible to get a list of reports in your environment by using sys_report. Is there a similar way to get to a list of all dashboards?
Thanks for your help!
Solved! Go to Solution.
- Labels:
-
Dashboard

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2021 04:04 PM
Hey Chuck.
List of dashboards is on the pa_dashboards table. In addition you have:
- pa_dashboards_permissions - Access writes
- pa_dashboards_group - Dashboard parent grouping for visibility within dropdown
- pa_dashboards - Dashboard list
- pa_m2m_dashboard_tabs - Tabs on dashboards

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2021 04:03 PM
Yes, the table is pa_dashboards.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2021 04:04 PM
Hey Chuck.
List of dashboards is on the pa_dashboards table. In addition you have:
- pa_dashboards_permissions - Access writes
- pa_dashboards_group - Dashboard parent grouping for visibility within dropdown
- pa_dashboards - Dashboard list
- pa_m2m_dashboard_tabs - Tabs on dashboards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2021 01:23 AM
If you have admin or pa_admin rights, you can also go to Performance Analytics > Admin Console and see a list of dashboards as well as which reports and widgets are on which dashboards. It does not include Workspaces, however.