Live SSE event stream
GET
/v1/events
const url = 'http://localhost:8693/v1/events';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url http://localhost:8693/v1/eventsServer-Sent Events stream of fabric activity. Events include exchanges,
denials, CAEP signals, and soul manifest updates. Filter by type with
the types query parameter.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” types
string
Comma-separated event type filter (exchange, denial, caep, signal, soul)
Responses
Section titled “ Responses ”SSE event stream
Media type text/event-stream
string