I’m currently trying to find a few looks on trash folder, but there’s more than 10.000 looks/dashboard on the folder.
Is there a way to find the report I want without going page by page, searching manually for it?
Any help would be appreciated.
I’m currently trying to find a few looks on trash folder, but there’s more than 10.000 looks/dashboard on the folder.
Is there a way to find the report I want without going page by page, searching manually for it?
Any help would be appreciated.
I think the only way to do this right now is via the API - you can do it programmatically, or you may be be able to simply use the API Explorer to search for the dashboard or dashboards you are interested in using the ‘Search Dashboard’ endpoint. This allows you to search using many criteria including the name of the dashboard and the user who created it.
You can filter on the ‘Deleted’ Boolean field with ‘true’ to pick out only the dashboards in the trash. You can then use the ‘Update Dashboard’ endpoint to update the ‘Deleted’ status to ‘false’ to recover it from the trash.