Skip to main content
An ordered SSE stream. The SSE id field contains the raw resumable event sequence; the initial after query accepts either that sequence or a pull cursor.
Each SSE message is a CloudEvents 1.0 envelope (application/cloudevents+json) with id, type, source, subject, time, sequence, tenantid and a typed data payload. The SSE id field carries a resumable sequence — pass it as the after query parameter on reconnect to resume without gaps. Fetch the JSON schema of any event’s data payload from GET /v1/events/schemas/{type}/{version}.

Message types

Every event type the stream can deliver — with its description and data properties — is listed in the Events overview. The stream delivers all of them by default; narrow it with the filter query parameter, for example type eq "source.updated".

Envelope example

source_entry.added