Catch up on the latest product updates, best practices, and expert insights from the Checkmk Conference #12 – Watch the livestream recordings now

Werk #19616: REST API: New endpoints for historical Event Console events

Component REST API
Title REST API: New endpoints for historical Event Console events
Date Apr 7, 2026
Level Prominent Change
Class New Feature
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
3.0.0b1
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.5.0p11 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT

Two new REST API unstable endpoints are available for querying historical Event Console events:

  • GET /domain-types/historical_event/collections/all — list historical events, with optional filters for site, host, application, state, phase, event IDs, and a Livestatus query expression.
  • GET /objects/historical_event/{event_id} — retrieve a single historical event by ID and site.

Each event response groups all recorded history entries (actions, phase transitions, and state changes) chronologically under a single event ID, alongside stable fields such as host, rule ID, IP address, and syslog facility/priority.

To the list of all Werks