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"
  }
}

Changes

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