Vigilfield Docs
API referenceAlerts

`GET /alerts/unopened` — the bell.

GET/alerts/unopened

System 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"}