API referenceAlerts
`GET /alerts/unopened` — the bell.
GET
/alerts/unopenedSystem alerts you have not opened, among the 50 newest system alerts; newest first; no cursor. Empty unless you are an org admin.
Response Body
application/json
curl -X GET "https://example.com/alerts/unopened"{ "data": [ { "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" } ], "next_cursor": "string"}`GET /alerts/{id}` — one alert. Reading it does not mark it opened. GET
Previous Page
`GET /alerts` — the alerts you may see. GET
Newest first by the time each alert opened. Only alerts you may see. A page may hold fewer than `limit` alerts, even none, while `next_cursor` is set: follow it until it is null. There is no total.