v1

latestOpenAPI 3.1.02026-07-2210284274.4 KB
Change Feed

Registry 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.

get/api/registry/feed/stream

Query parameters

cursorstring uuid

Resume after this event ID

Resume after this event ID

typesstring

Comma-separated event type filters with glob support (e.g. property.*)

Example:authorization.*,publisher.adagents_changed

Comma-separated event type filters with glob support (e.g. property.*)

limitinteger

Max events per SSE feed page (default 100, max 10,000)

Max events per SSE feed page (default 100, max 10,000)

poll_interval_secondsinteger

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.