Is it possible to export all alerts of the Grafana 9.2.3 alerts to a json or yml file like all the other dashboards and datasources (and use it later in the provision process)? I tried using grafana api, but it’s not returning anything.
Greetings and thanks in advance, Faizan
curl -s -H "Authorization: Bearer api_token -X GET "https://URI/api/alerts" and it's returning []