Fetch the state of a live stream

GET {{baseUrl}}/live_streams/:id/state

This operation shows the current state of a live stream.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"live_stream":{"ip_address":"0.0.0.0","state":"stopped"}}