Subscribe to live governance signal updates (SSE)
Server-Sent Events stream that emits one event: signal per governance_signals insert/update matching the caller’s filter. RBAC mirrors the REST list endpoints: scope=platform requires Mnemom staff; scope=org|team|agent requires org membership. The stream emits an initial event: ready marker, then signal events as they arrive, plus periodic :heartbeat comments. Connection lifetime is capped at 5 minutes — clients should reconnect.
Authorizations
Supabase JWT token in Authorization: Bearer header
Query Parameters
Subscription scope. platform requires staff; the rest require the matching scope id.
platform, org, team, agent Response
SSE stream of governance signal events.
Newline-delimited SSE frames: event: ready then event: signal\ndata: <GovernanceSignal JSON> per update, plus :heartbeat comments.