Template to obtain listing of dashboard view names

Is there any method to obtain a listing of the dashboard views from the templating UI?

What’s your use case?

Unless browser mod or spook can do it (I don’t think they can) then there is no way.

I just want to be able to pull the information for auditing purposes

Sure all the files are stored as json in the .storage directory. You should be able to use jq to extract view names. I suppose you could then create a command sensor that runs the script.

great thanks!