How to get the grafana dashboard, Alerts data using GrafanaAPI

Hi,

I’m trying to export the dashboard data using Grafana API, mainly to get the alerts, and overview data in json.

Appreciate if any pointers on this pls.

Thanks.

Welcome

to get the alerts you can use

ip.address/api/alerts

ip.address/api/alert-notifications

Thanks for your response.

I would try to use these endpoints. The dashboard endpoint (/api/dashboards/uid) is not getting all the details e.g 1st Row panel has few columns with some values associated (Alerts =1). any pointers? thanks