Fetch the state and uptime ID of a transcoder

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

This operation shows the current state and uptime ID of a transcoder.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"transcoder":{"ip_address":"1.2.3.4","state":"started","uptime_id":"abcd1234"}}