Skip to main content

List Stream Sessions

GET 

/program/api/v2/streams/:id/stream-sessions

warning

This endpoint is available in private cloud only. Use your global host URL if self-hosted.

List stream_sessions rows for a single stream, ordered by start DESC. Optional after/before (RFC3339) restrict the result to sessions that overlap the window (start <= before AND (end IS NULL OR end >= after)). Pagination via page (1-indexed, default 1) and limit (default 10, max 100). Returns an empty list for V1-mode streams (V1 has no stream_sessions). 404 if the stream does not exist or belongs to a different project.

Generate JWT

Request

Responses

List of stream sessions

Bad Request (e.g., before < after)

Stream not found or belongs to different project

Internal Server Error