List streams for an ingest pointget https://api.jwplayer.com/v2/sites/{site_id}/live/broadcast/ingest/{ingest_id}/streams/List all Broadcast Live streams for a live ingest pointPath Paramsingest_idstringrequiredlength between 8 and 8Unique alphanumeric ID of the live ingest pointsite_idstringrequiredlength between 8 and 8Unique alphanumeric ID of the siteQuery ParamspageintegerDefaults to 1Sets the page number for pagination. First page is 1.page_lengthintegerDefaults to 10Sets the page length (number of items you get in the response) for pagination If page_length is not specified, the default value will be set. Default: 10qstringAllows for querying results Live streams can be queried by the following attributes: created id last_modified status stream_start title sortstringAllows for sorting results Example: sort=created:dsc Sort order can be one of asc, dsc Live streams can be sorted by the following attributes: created last_modified status stream_start title Responses 200Success 422Unprocessable Filter Parameters 502A lower level service failed to process request.Updated almost 2 years ago