# Alert ## Retrieve security and operational events for a specific node - [GET /alert/{nodeID}](https://apidocs.trustgrid.io/alert/paths/~1alert~1%7Bnodeid%7D/get.md): List events for a node (appliance or agent), newest first --- Requires alerts::read permission. ## Retrieve all recent security and operational alerts across the organization - [GET /v2/alert](https://apidocs.trustgrid.io/alert/paths/~1v2~1alert/get.md): Requires alerts::read permission. ## Retrieve security and operational alerts specific to a single node - [GET /v2/alert/{nodeID}](https://apidocs.trustgrid.io/alert/paths/~1v2~1alert~1%7Bnodeid%7D/get.md): Requires alerts::read permission. ## Manually resolve and dismiss a specific alert type for a node - [DELETE /v2/alert/{nodeID}/{alertType}](https://apidocs.trustgrid.io/alert/paths/~1v2~1alert~1%7Bnodeid%7D~1%7Balerttype%7D/delete.md): Requires alerts::read permission. ## List all security and operational events across the organization (deprecated) - [GET /alert](https://apidocs.trustgrid.io/alert/paths/~1alert/get.md): This is deprecated; use /v2/event instead. --- Requires alerts::read permission.