Events Service
A service for querying events.
Overview
The Events service in Coralogix provides programmatic access to events generated by alert-driven incidents. When an alert's conditions are met, an incident is triggered, and the system begins producing event notifications to inform users based on the alert's configured notification policy—unless the alert is in phantom mode (silent, no notifications). These events can be retrieved individually or in bulk, filtered by various fields, counted, and analyzed statistically. This service enables downstream systems to monitor alert-driven activity, audit incident behavior, and build custom observability tools.
List Alert Events
Returns all alert events.
List Events
Returns a list of alert events matching the specified filters.
List Events Count
Returns the count of alert events matching the given filters.
Batch Get Event
Returns a list of alert events matching the given filters.
Get Events Statistics
Returns statistical aggregates for alert events.
Get Event
Returns the alert event with the specified ID.