Fetch all live streams

GET {{baseUrl}}/live_streams

This operation shows limited details for all of your live streams. For detailed information, fetch a single live stream.

Request Params

KeyDatatypeRequiredDescription
filterstringRestricts the data that gets returned by filtering on one or more values associated with a field. Construct a filter using a two-part expression that specifies the field on which to filter and the logic to use to filter. Filters use a zero-based index.

For valid filter operators and filter fields, see How to get filtered query results with the Wowza Video REST API.

Example: filter[0][field]=state&filter[0][eq]=stopped | | page | number | | Returns a paginated view of results from the HTTP request. Specify a positive integer to indicate which page of the results should be displayed. The default is 1.

For more information and examples, see Get paginated query results with the Wowza Video REST API. | | per_page | number | | For use with the page parameter. Indicates how many records should be included in a page of results. A valid value is any positive integer. The default and maximum value is 1000. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"live_streams":[{"id":"wdjfqvsv","name":"My PAYG Transcoded WSE Live Stream","state":"stopped","created_at":"2020-01-29T17:16:21.849Z","updated_at":"2020-01-31T16:06:47.849Z"},{"id":"KyxWKtHQ","name":"My 24x7 Passthrough Live Stream","state":"started","created_at":"2020-01-29T17:16:21.849Z","updated_at":"2020-01-31T02:26:05.849Z"},{"id":"Ly40ZDSg","name":"My PAYG Transcoded Teradek Cube Live Stream","state":"started","created_at":"2020-01-29T17:16:21.849Z","updated_at":"2020-01-30T18:13:18.849Z"}]}