get https://{hostname}/live-archive/v1/streams//endpoints
Lists all the endpoints per stream.
Recipes
List endpoints
Open Recipe
Response
Lists all the endpoints per stream.
xxxxxxxxxx
curl --request GET \
--url https://hostname/live-archive/v1/streams/streamId/endpoints \
--header 'accept: application/json'
xxxxxxxxxx
10{
"endpoints": [
"609993/l2v_no_timestamp3/bitrate_500k.m3u8",
"609993/l2v_no_timestamp3",
"609993/l2v_no_timestamp7",
"609993/l2v_no_timestamp7/bitrate_1500k.m3u8",
"609993/streamcat",
"609993/streamcat123abc"
]
}