Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

List of Dashboards

Chuck Amos
Kilo Contributor

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!

1 ACCEPTED SOLUTION

Kieran Anson
Kilo Patron

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

View solution in original post

3 REPLIES 3

NikEng1
Giga Guru

Yes, the table is pa_dashboards.

Kieran Anson
Kilo Patron

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

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.