v1

latestOpenAPI 3.0.2Terms of Use2026-08-061441681.6 MB
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"
  }
}