Skip to main content
GET
/
v1
/
traces
/
live
Server-Sent Events stream of live trace events
curl --request GET \
  --url https://api.trulayer.ai/v1/traces/live \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.trulayer.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

SDK API key (tl_...) or Clerk session JWT

Response

SSE stream opened

Stream of SSE events. Each data: payload is a JSON LiveTraceEvent.