curl --location --request GET 'http://127.0.0.1:9093/api/v2/alerts/groups'
[ { "labels": { "property1": "string", "property2": "string" }, "receiver": { "name": "string" }, "alerts": [ { "annotations": { "property1": "string", "property2": "string" }, "receivers": [ { "name": "string" } ], "fingerprint": "string", "startsAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "endsAt": "2019-08-24T14:15:22Z", "status": { "state": "unprocessed", "silencedBy": [ "string" ], "inhibitedBy": [ "string" ] }, "labels": { "property1": "string", "property2": "string" }, "generatorURL": "http://example.com" } ] } ]