v1

latestOpenAPI 3.0.2Terms of Use2026-08-061441681.6 MB
transcoders

Fetch an uptime record

This operation shows the details of a specific uptime record for a specific transcoder. An uptime record identifies a transcoding session.

get/transcoders/{transcoder_id}/uptimes/{id}

Path parameters

transcoder_idstring required

The unique alphanumeric string that identifies the transcoder.

idstring required

The unique alphanumeric string that identifies the uptime record.

Response

Success

Example response

{
  "uptime": {
    "billed": false,
    "created_at": "2017-07-06T14:22:00.000Z",
    "id": "1234abcd",
    "running": true,
    "started_at": "2017-07-06T14:22:00.000Z",
    "transcoder_id": "2adffc17",
    "updated_at": "2017-07-06T14:22:00.000Z"
  }
}