atlas-list-alerts
List MongoDB Atlas alerts for a project, with status filtering and pagination support.
Instructions
List MongoDB Atlas alerts
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 |