Dashboard export JSON

Hi,

I want to know if it’s possible to export all dashboards with one action ? Because currently we need to export dashboard one by one.

Thanks

You have API, so you can script/code it. Just keep in mind that API exporr/import dasdhboard is not the same type of import/exporr dashboard as you have in the UI.

You can even do it from the Grafana dashboard itself (javascript required!) https://github.com/monitoringartist/grafana-utils

Thanks for your help