| title |
Stream Connections |
| sidebarTitle |
Introduction |
| description |
The Stream Connections endpoints let you retrieve the history of your application's streaming connections and terminate active or. Enterprise X API v2 tier. |
| keywords |
stream connections |
connection history |
terminate connections |
manage streaming |
disconnect streams |
streaming API connections |
|
The Stream Connections endpoints let you retrieve the history of your application's streaming connections and terminate active or multiple connections. Use these to monitor connection status, resolve issues like duplicate connections, and manage streaming sessions for endpoints like Filtered Stream and Sampled Stream.
These endpoints require [Bearer Token authentication](/fundamentals/authentication/oauth-2-0/application-only) and are available for apps with access to streaming endpoints.
View active and past connections
End all active streaming connections
Stop connections for specific streams
Kill specific connections by UUID
- Troubleshoot disconnections — Check history to diagnose issues (see handling disconnections)
- Enforce connection limits — Terminate duplicate or excess connections
- Clean up sessions — Stop all streams before maintenance or redeploy
- Monitor usage — Track connection patterns across endpoints like filtered_stream, sample_stream
**Prerequisites**
Full endpoint documentation
Learn about streaming