Total no of dashboard count in each organization


Hello team,

How can I find the total number of dashboards in each organization?
For example, I have 2 organizations. In Organization 1, I have only 11 dashboards.
The metric grafana_stat_totals_dashboard gives the total count across all organizations.

But I want the dashboard count per organization, like:
Org 1 → 11
Org 2 → 50

How can I achieve this?

Hi, I think you could try using api Folder/Dashboard Search HTTP API | Grafana documentation - as long as you don’t need historical data. If you do, you could either look for (or create yours) exporter that will periodically query grafana api and expose a metric.