v1
latestOpenAPI 3.1.02026-07-2210284274.4 KBRegistry change feed stream
Subscribe to registry feed pages over Server-Sent Events. This is a push-friendly transport for the same cursor contract as /api/registry/feed: clients still persist cursor, apply only feed events, and recover from cursor_expired by re-bootstrapping. The stream emits feed events containing a full feed page, heartbeat events while caught up, and error before closing when the cursor expires or the server cannot query the feed.
Query parameters
Resume after this event ID
Resume after this event ID
Comma-separated event type filters with glob support (e.g. property.*)
Comma-separated event type filters with glob support (e.g. property.*)
Max events per SSE feed page (default 100, max 10,000)
Max events per SSE feed page (default 100, max 10,000)
Server-side interval while caught up (default 15 seconds). Backlog pages are sent without waiting.
Server-side interval while caught up (default 15 seconds). Backlog pages are sent without waiting.
Response
SSE stream. event: feed data validates as a registry feed page.