Get Active Stream Session
GET/program/api/v2/streams/:id/session
warning
This endpoint is available in private cloud only. Use your global host URL if self-hosted.
Get the active stream session for a stream by stream ID. Returns 404 if no active session exists.
Generate JWTRequest
Responses
- 200
- 403
- 404
- 500
Active stream session found
Forbidden - Stream belongs to different project
No active session found for stream
Internal Server Error