Skip to main content

Stream runtime events (SSE)

GET 

/api/stream_events

Streams runtime events as Server-Sent Events. All filters are optional; event_types is a comma-separated list of EventType names (e.g. "NODE_STATE_CHANGE,ERROR_OCCURRED"). The stream stays open until the client disconnects.

Events are project contents. A request naming a project is gated on collaboration before it gets here; an unfiltered stream isn't, because there is no project in the request to gate on - so events from projects the caller isn't on are dropped as they arrive.

Request

Responses

Successful Response