# List all security and operational events across the organization (deprecated) This is deprecated; use /v2/event instead. --- Requires alerts::read permission. Endpoint: GET /alert Version: 1.0.0 Security: JWTAuthorizer ## Query parameters: - `timestamp` (number) Start time (unix timestamp) to query from - `limit` (number) Limit number of alerts to return ## Response 200 fields (application/json): - `alert_message` (string) More information about the alert Example: "Node mynode abnormally disconnected" - `node` (string) Node name that generated the alert Example: "mynode" - `node_id` (string) Node ID that generated the alert Example: "19084f81-5668-41ee-adbe-295e4c65531a" - `timestamp` (number) Unix timestamp of alert Example: 1661440360 - `type` (string) Type of alert Example: "Data Plane Disruption" - `uid` (string) Unique ID of alert Example: "2DqxLdknjWxEkGt474d2Cstsa1O"