# Fetch the state and uptime ID of a transcoder This operation shows the current state and uptime ID of a transcoder. Endpoint: GET /transcoders/{id}/state Version: v2.0 ## Path parameters: - `id` (string, required) The unique alphanumeric string that identifies the transcoder. ## Response 200 fields (application/json): - `transcoder` (object, required) - `transcoder.ip_address` (string) The IP address of the transcoder instance. If the transcoder state is anything other than started, the ip_address is 0.0.0.0. Example: "1.2.3.4" - `transcoder.state` (string) The state of the transcoder. Enum: "starting", "stopping", "started", "stopped", "resetting" - `transcoder.uptime_id` (string) The unique identifier associated with a specific uptime period of a transcoder. Example: "abcd1234" ## Response 401 fields (application/json): - `meta` (object, required) - `meta.status` (integer) - `meta.code` (string) - `meta.title` (string) - `meta.message` (string) - `meta.description` (string) - `meta.links` (array) ## Response 403 fields (application/json): - `meta` (object, required) - `meta.status` (integer) - `meta.code` (string) - `meta.title` (string) - `meta.message` (string) - `meta.description` (string) - `meta.links` (array) ## Response 404 fields (application/json): - `meta` (object, required) - `meta.status` (integer) - `meta.code` (string) - `meta.title` (string) - `meta.message` (string) - `meta.description` (string) - `meta.links` (array) ## Response 410 fields (application/json): - `meta` (object, required) - `meta.status` (integer) - `meta.code` (string) - `meta.title` (string) - `meta.message` (string) - `meta.description` (string) - `meta.links` (array)