AssafHanina
02-08-2025Sisense Employee
Hey Tim ,
The Open Dashboard are list the Primary dashboards which shared with the Admin User. 
In order to see also dependent widgets:
- Open the Data Model menu
 - Click on Dependencies
 - The list of Dependent Widgets and Dashboards are available include the ability to export
 
Notes - the list of dependent filters are for the dashboards Created/Shared by/with the Admin User.
As mentioned, it's suggested to Use the API to list all dependent dashboards per data source.
- Api Endpoint /api/v1/dashboards/admin - list all the dashboards include non shared with Admin users.
 - Parse the "widgetsDatasources" property
Here is example for widget with multiple data sources 
best regards
Assaf