alertops_list_alerts
Retrieve alerts with filters for status, date ranges, alert ID, group, integration, or escalation rules. Supports pagination, newest first, and returns IDs usable for follow-up.
Instructions
List alerts, newest first by default. Filter by status (open/closed/assigned/all), a date range (created or closed), a specific AlertID, or by group/integration/escalation-rule IDs. Paginated (Limit, max 100 per page; Offset). AlertIDs from this response are usable directly; message-level lookups (by inbound integration's messageID or uniqueInboundID) are separate tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size. Default 10, max 100. | |
| order | No | 'desc' (default) or 'asc', by created date. | |
| offset | No | Starting point for the result set. Default 0. | |
| date_to | No | Created-date upper bound, format 'yyyy-mm-dd'. | |
| alert_id | No | Return only this AlertID. | |
| date_from | No | Created-date lower bound, format 'yyyy-mm-dd'. | |
| group_list | No | Comma-separated Group IDs to filter by, e.g. "123,456". From alertops_list_groups. | |
| alert_status | No | Open=1, Closed=2, Assigned=5, All=0. Default 0 (all). | |
| closed_to_date | No | Closed-date upper bound, format 'yyyy-mm-dd'. | |
| escalation_list | No | Comma-separated Escalation Rule IDs to filter by, e.g. "123,456". | |
| closed_from_date | No | Closed-date lower bound, format 'yyyy-mm-dd'. | |
| integration_list | No | Comma-separated Integration Rule IDs to filter by, e.g. "123,456". From alertops_list_integrations. |