Skip to main content

GET /v1/stream

WebSocket endpoint for live event streaming.

Connection

Message format

Each WebSocket message is a JSON-encoded ProvenLogEvent:
Events are sent as they’re ingested — there’s no buffering or batching on the server side.

Use cases

  • Live monitoring — watch agent activity in real time
  • Alerting — trigger alerts on specific event patterns
  • Dashboard — the built-in dashboard uses this endpoint for its Live Stream page