events

Api for SSE streaming of incoming events stating the systems current time.

get/api/v2/namespaces/{namespace}/events/subscribe

Path parameters

namespacestring required

Query parameters

createdBeforestring RFC3339Nano

Retrieve events created before a specific timestamp.

createdAfterstring RFC3339Nano

Retrieve events created after a specific timestamp.

receivedBeforestring RFC3339Nano

Retrieve events received before a specific timestamp.

receivedAfterstring RFC3339Nano

Retrieve events received after a specific timestamp.

eventContainsstring

Retrieve events containing specific text.

typeContainsstring

Retrieve events containing specific type.

Headers

Last-Event-IDinteger

Response

OK

Changes

No recorded changes to this endpoint across all 5 revisions of this API.