Server-Sent Events stream of Safe House evaluations
Safe House
Server-Sent Events stream of Safe House evaluations
Long-lived SSE stream that pushes new Safe House evaluations in near-real-time. Polls internally every 2s, heartbeats every ~15s, and closes after 5 minutes (client should reconnect). Filter by agent, org, surface, verdict list (comma-separated), and minimum risk.
GET
Server-Sent Events stream of Safe House evaluations
Authorizations
Supabase JWT token in Authorization: Bearer header
Query Parameters
Comma-separated verdict filter (e.g. quarantine,block).
Response
SSE stream; each data: line is a JSON event (agent_id, verdict, overall_risk, top_threat, …).
The response is of type string.