# Alert Alerts provide information about devices that have gone offline or exhibited anomalies in their data, helping to monitor system health and identify potential issues.
Alerts can be resolved by acknowledging them, and can be filtered by their resolution status. ## Retrieves a list of alerts in a Space - [GET /alerts](https://docs.wia.io/apis/wia-rest-api/docs/alert/paths/~1alerts/get.md): Retrieves a list of alerts in a Space ## Retrieves an alert - [GET /alerts/{id}](https://docs.wia.io/apis/wia-rest-api/docs/alert/paths/~1alerts~1%7Bid%7D/get.md): Retrieves an alert ## Update the resolution status of an alert - [PUT /alerts/{id}/resolve](https://docs.wia.io/apis/wia-rest-api/docs/alert/paths/~1alerts~1%7Bid%7D~1resolve/put.md): Update the resolution status of an alert