Skip to main content
GET
Stream a table's change events

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

table_id
string<uuid>
required

Response

A stream of change events; each SSE frame's data is one event object.

One frame of the change feed, discriminated by kind.

A wrapper model rather than a bare union so the whole vocabulary lands in the OpenAPI document as a single named schema the client can switch on.