Subscribe to live governance signal updates (SSE)
Governance
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.
GET
Subscribe to live governance signal updates (SSE)
Authorizations
Supabase JWT token in Authorization: Bearer header
Query Parameters
Subscription scope. platform requires staff; the rest require the matching scope id.
Available options:
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.