# Alerts

List Alerts shows summary of the number of alerts across your managed Microsoft 365 tenants plus a detailed list of the actual alerts. You can also set the state of these alerts and view them directly in the Microsoft portals

## Table Details

The properties returned are for the Graph resource type `alert`. For more information on the properties please see the [Graph documentation](https://learn.microsoft.com/en-us/graph/api/resources/security-alert?view=graph-rest-1.0#properties).

## Table Actions

<table><thead><tr><th></th><th></th><th data-type="checkbox"></th></tr></thead><tbody><tr><td>Set status to in progress</td><td>Sets the status for the selected alert to in progress from its current status</td><td>true</td></tr><tr><td>Set status to resolved</td><td>Sets the status for the selected alert to resolved from the current status</td><td>true</td></tr><tr><td>More info</td><td>Opens the Extended Info flyout</td><td>false</td></tr></tbody></table>

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/KelvinTegelaar/CIPP/issues/new?template=feature.yml) on GitHub.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cipp.app/user-documentation/security/incidents/list-incidents-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
