- What Grafana version and what operating system are you using?
Grafana V9.2.4 and Linux OS
- What are you trying to achieve?
We have to find the count of dashboards for all the users
- How are you trying to achieve it?
Preferable way is throug HTTP API Calls
-
What happened?
-
What did you expect to happen?
-
Can you copy/paste the configuration(s) that you are having problems with?
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
-
Did you follow any online instructions? If so, what is the URL?
Hi @nandanchapa,
Welcome to the
community support forums !!
We are excited that you joined our OSS community. Please read about some of the FAQs in the community 
Yes, you can monitor Grafana itself and view its internal metrics. You can follow this documentation link and also there seems to be a pre-configured Dashboard which you can import to view them.
I hope this helps.
That dashboard uses Graphite so it no longer works, and anyway it does not seem to include such a statistic. I cannot find a metric for this from grafana.
For enterprise users, grafana insights might help but I’ve not tried.
My solution is to export all dashboards with a tool like grafana dash-n-grab and then count the files locally. As a last resort you can query the grafana database.