Fetch an uptime record

GET {{baseUrl}}/transcoders/:transcoder_id/uptimes/:id

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

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

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