Skip to main content
GET
List the event catalog

Authorizations

Authorization
string
header
required

A bearer JWT issued by plugin-auth (lib-auth). The tenant identity is resolved from the validated token claims; the /v1 surface never reads a tenant from the body, path, or query. Machine callers obtain a token via the plugin-auth client-credentials flow. The /admin surface authorizes against an operator scope and carries no tenant context.

Response

The catalog snapshot.

events
object[]
required

The catalog entries in deterministic (topic, schemaMajor, eventType) order. Empty when the snapshot is empty.

availableMajors
object
required

Per topic, the set of distinct schema-major values present in the snapshot, each ascending. An empty object when the snapshot is empty.

Example: