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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"transcoder":{"ip_address":"1.2.3.4","state":"started","uptime_id":"abcd1234"}}