Live log tail API
The live log tail API is planned for a future release. The endpoints described on this page are not yet available. This page documents the intended specification for reference.
Stream Logs
Response
Event Types
Client Example
Get Log History
Response
Stop Log Stream
Response
List Active Streams
Response
Behavior
- Buffer: Last 500 lines kept in memory
- Grace period: 30 seconds after last client disconnects before stopping the stream
- Auto-reconnect: Clients can reconnect and receive buffered lines
- No auth required for SSE connections (authentication is handled at the dashboard level)