Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

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
2.6.0b1
Not yet released
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