# Retrieve security and operational events for a specific node List events for a node (appliance or agent), newest first --- Requires alerts::read permission. Endpoint: GET /alert/{nodeID} Version: 1.0.0 Security: JWTAuthorizer ## Path parameters: - `nodeID` (string, required) Node ID ## 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"