Server-Sent Events stream of guardrail violations
A Server-Sent Events (SSE) endpoint that pushes guardrail violations to a long-lived HTTP connection. Used by the dashboard’s live violations feed. ResponseDocumentation Index
Fetch the complete documentation index at: https://docs.tracectrl.ai/llms.txt
Use this file to discover all available pages before exploring further.
Content-Type is text/event-stream. Use the browser EventSource API (or any SSE-aware client) to consume it.
event: init — data is a JSON array of the most recent 20 violations.event: violation — data is a single violation JSON object.: heartbeat comment is emitted every 15 seconds to keep the connection open through proxies.
Each violation payload has the same fields as the List Violations response.