v1

latestSwagger 2.02026-07-171208.7 KB

Returns a list of all streams that are currently monitored

get/monitor/{monitorId}/streams

Path parameters

monitorIdstring required

Response

Default Response

Example response

{
  "streams": [
    {
      "id": "stream_1",
      "url": "http://example.com/master.m3u8"
    },
    {
      "id": "custom_stream",
      "url": "http://example.com/master2.m3u8"
    }
  ]
}