atlas-list-alerts
Retrieve MongoDB Atlas alerts for a project, filterable by status (OPEN, TRACKING, CLOSED) with pagination support.
Instructions
List MongoDB Atlas alerts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Atlas project ID to list alerts for | |
| 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 |
| limit | No | Max results per page. | |
| pageNum | No | Page number. |