Logo
AlmaConnect API Documentation

Get all live streams

GET {{HOST}}/v2/live-streams

 

Body PARAM

Key Datatype Required Description 
start
string Determines the starting point. "last" field of the response can be used as start for the subsequent request.
limit
number Determines the number of objects to be included in response. Min=1 Max=100 Default=10
session_id
string Session ID of the job to filter external streams
room_id
string Room ID of the job to filter external streams
status
string Status of the job to filter external streams



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X GET 'https://api.100ms.live/v2/live-streams?start=<id>&limit=10&session_id=<session_id>&room_id=<room_id>&status=<status>'

ENDPOINTS