curl --request GET \
--url 'https://api.voice.stateset.com/api/v1/logs' \
--header "Authorization: Bearer $STATESET_VOICE_API_KEY"
Logs Ws
Operational log endpoint for realtime debugging and log telemetry.
GET
/
api
/
v1
/
logs
curl --request GET \
--url 'https://api.voice.stateset.com/api/v1/logs' \
--header "Authorization: Bearer $STATESET_VOICE_API_KEY"
Operational log endpoint for realtime debugging and log telemetry.
Response
No response body — WebSocket upgrade (101). WebSocket upgrade. The server streams JSON text frames: first a {'type': 'connection.established', 'timestamp', 'message', 'tenant'} frame, then a bootstrap frame per active session, then every broadcast log/event for the tenant as it happens. There is no JSON response body over plain HTTP.
Status codes
| Code | Meaning |
|---|---|
101 | WebSocket upgrade. The server streams JSON text frames: first a {'type': 'connection.established', 'timestamp', 'message', 'tenant'} frame, then a bootstrap frame per active session, then every broadcast log/event for the tenant as it happens. There is no JSON response body over plain HTTP. |
401 | Unauthorized |
curl --request GET \
--url 'https://api.voice.stateset.com/api/v1/logs' \
--header "Authorization: Bearer $STATESET_VOICE_API_KEY"
Last modified on August 31, 2026