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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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"}}