Server-Sent Events stream of live trace events
traces
Server-Sent Events stream of live trace events
Opens a Server-Sent Events (SSE) stream. The server subscribes to a
Redis pub/sub channel for the authenticated tenant and forwards each
new trace event as a data: frame whose payload is a JSON-encoded
LiveTraceEvent. The stream stays open until the client disconnects.
The client does not send any messages after opening the connection.
GET
Server-Sent Events stream of live trace events
Authorizations
SDK API key (tl_...) or Clerk session JWT
Response
SSE stream opened
Stream of SSE events. Each data: payload is a JSON
LiveTraceEvent.