Skip to main content
Version: 3.0.0

Events API

The events-presenter service is a core component of Krateo's event stack, providing a read-only, authenticated interface to query event data stored in PostgreSQL.

API Endpoints​

All endpoints require a valid JWT bearer token for authentication, except for health checks.

MethodEndpointDescription
GET/notificationsEstablishes a real-time event stream using Server-Sent Events (SSE).
GET/eventsFetches historical events.
POST/eventsAdvanced querying and filtering of historical events (supports body filters like cluster or limit).
GET/livezLiveness probe: confirms the service is running.
GET/readyzReadiness probe: confirms connectivity to the PostgreSQL database.