API referenceAlerts
`GET /alerts/{id}` — one alert. Reading it does not mark it opened.
curl -X GET "https://example.com/alerts/string"{ "delivery_failed": [ "string" ], "description": "string", "first_seen": "string", "hit_count": 0, "id": "string", "key": "string", "last_seen": "string", "latest_row": null, "origin": "string", "severity": "informational", "source": { "class": "rule", "result_table_id": "string", "rule_id": "string", "run_id": "string" }, "status": "open", "title": "string"}`POST /alerts/{id}/acknowledgements` — acknowledge an alert. POST
The alert's id and resulting status. A repeat succeeds. Acknowledging a resolved alert is a 409.
`GET /alerts/unopened` — the bell. GET
System alerts you have not opened, among the 50 newest system alerts; newest first; no cursor. Empty unless you are an org admin.