# Retrieve security and operational alerts specific to a single node Requires alerts::read permission. Endpoint: GET /v2/alert/{nodeID} Version: 1.0.0 Security: JWTAuthorizer ## Path parameters: - `nodeID` (string, required) Node ID ## Response 200 fields (application/json): - `eventType` (string) Type of alert Example: "Data Plane Disruption" - `message` (string) More information about the alert Example: "Node mynode abnormally disconnected" - `nodeId` (string) Node ID that generated the alert Example: "19084f81-5668-41ee-adbe-295e4c65531a" - `nodeName` (string) Node name that generated the alert Example: "mynode" - `timestamp` (number) Unix timestamp of alert Example: 1661440360 - `uid` (string) Unique ID of alert Example: "2DqxLdknjWxEkGt474d2Cstsa1O"