deepgram-websocket
deepgram-websocket

Get Active Streams

Get information about active audio streams (from Redis) and the Deepgram connection tracker (registered slots vs cap — includes any leaked slots, so tracker.active >> local_sessions means the slot leak is accumulating).

Admin only (2026-09-18 route-auth review). Session ids here are deepgram_{callId}_{userId}_{lang}_{ts}, so this list names who is in which room, alongside the per-session billable seconds; test_every_route_answers.py had it in its "worth a look" list as "ops telemetry with no auth". The loadtest and monitoring scripts under e2e/loadtest that read it now need an admin token.

get/ws/deepgram/active-streams

Headers

authorizationstring nullable

Response

Successful Response

{"stackTrail":"paths:/ws/deepgram/active-streams:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

Changed in 1 of the 25 revisions of this API.2

    • ○

      added the new optional header request parameter authorization

      new-optional-request-parameter

    • ○

      added the non-success response with the status

      response-non-success-status-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 25 revisions, 1 has no diff computed.