atlas-list-alerts
List triggered alerts for a MongoDB Atlas project. Returns open alerts by default; filter by status to see tracked or closed alerts.
Instructions
List triggered alerts for a MongoDB Atlas project. These are alerts Atlas has raised, not the alert configurations that define them. Defaults to OPEN alerts; set status to TRACKING or CLOSED to see others.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page. | |
| status | No | Status of the alerts to return. Defaults to OPEN. TRACKING means the alert condition exists but hasn't persisted beyond the notification delay. OPEN means the alert condition currently exists. CLOSED means the alert has been resolved. | OPEN |
| pageNum | No | Page number. | |
| projectId | Yes | Atlas project ID to list alerts for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alerts | Yes | ||
| status | Yes | ||
| projectId | Yes | ||
| totalCount | No |