v1

latestOpenAPI 3.1.12026-07-1744285.2 KB
events

Retrieve the history of events within a specific namespace.

This endpoint allows you to retrieve the history of events within the specified namespace. You can filter events based on various criteria such as creation time, reception time, event type, and text contained in the event.

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

Path parameters

namespacestring required

The namespace for which to retrieve event history.

Query parameters

beforestring RFC3339Nano

Retrieve events created before the specified timestamp.

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.

Response

OK