transcoders

Fetch the state and uptime ID of a transcoder

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

get/transcoders/{id}/state

Path parameters

idstring required

The unique alphanumeric string that identifies the transcoder.

Response

Success

Example response

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.