Skip to main content
GET
Stream public events using SSE

Authorizations

Authorization
string
header
required

Sign in with the existing Occtoo Studio identity and selected organization.

Headers

Last-Event-ID
string

Raw sequence from the last successfully processed SSE event. Sent automatically by conforming SSE clients when they reconnect.

Query Parameters

after
string

Optional opaque pull cursor or raw fixed-width event sequence used to position the initial SSE connection. Omit it to receive only events occurring after the connection is established. Last-Event-ID takes precedence on reconnect.

filter
string

RFC 7644-derived event filter. Supports eq, and, or, parentheses and double-quoted strings. Example: (type eq "source.updated" and sourceId eq "products") or (type eq "segment.updated" and segmentId eq "summer-sale"). Filterable properties are listed by GET /v1/event-types.

Maximum string length: 4096

Response

A resumable Server-Sent Events stream of structured CloudEvents.

SSE frames containing one structured CloudEvent per data field.