Skip to main content
Base URL: wss://api.streamlogia.com
wss://api.streamlogia.com/v1/projects/{projectId}/logs/stream?token=YOUR_API_KEY The API key is passed as a query parameter because the WebSocket API does not support custom headers in browsers.

Parameters

string
required
UUID of the project to subscribe to.
string
required
Your project API key (eyJ…).

Messages

The server pushes arrays of log entries as JSON text frames:

Browser

Node.js

Reconnection

The stream does not auto-reconnect. Use exponential back-off: