Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
(Archived) Legacy Lens runtime: real-time SSE streaming of lens session output.
reader_id
data: {json}\n\n
{ "type": "sse.stream.start", "event_data": { "session_id": "lsn-abc123", "reader_id": "reader_xyz" } }
{ "type": "sse.stream.heartbeat", "event_data": { "session_id": "lsn-abc123", "session_status": "SESSION_STATUS_RUNNING", "num_messages": 42, "num_bytes": 15234, "message_timeout": 2.5, "reader_id": "reader_xyz" } }
{ "type": "sse.stream.end", "event_data": { "session_id": "lsn-abc123", "session_status": "SESSION_STATUS_RUNNING", "num_messages": 100, "num_bytes": 45678, "message_timeout": 58.2, "reader_id": "reader_xyz" } }
{ "type": "sse.stream.end", "event_data": { "session_id": "lsn-abc123", "reader_id": "reader_xyz", "session_status": "SESSION_STATUS_KILLED", "warning": "Session status is : SESSION_STATUS_KILLED" } }
num_messages
num_bytes
num_errors
stream_send_delay_sec
sse_start_time
sse_end_time
sse_run_time
Was this page helpful?