ContributionsMost RecentNewest TopicsMost LikesSolutionsBack up all .dash files We would like to backup all of the .dash files by calling the api dashboards/{oid}/export/dash end point. Sometimes I am blocked since my admin user does not have access to all of the dashboards. Does anybody have a suggestion? Maybe by changing a security setting or by using a different endpoint? Using the /dashboards/admin gives a internal error 500 I am trying to pull data on all of the dashboards that are in sisense. I am using the /dashboards/admin endpoint: https://sisense.dev/reference/rest/v1.html?platform=linux&spec=L2022.3.x#/admin/getAllDashboards But when I call this endpoint I usually get an "Internal Server Error" with status 500. Is this expected behaviour? Is there a strategy I can avoid this error and still get the data?