---
title: "Fetch all uptime records for a transcoder"
method: GET
path: "/transcoders/{transcoder_id}/uptimes"
tags: ["transcoders"]
---

# Fetch all uptime records for a transcoder

`GET /transcoders/{transcoder_id}/uptimes`

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

## Path parameters

- `transcoder_id` string, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Success

- Uptimes
  - `uptimes` Uptime[], required
    - `billed` boolean — A Boolean value that indicates if the usage generated by this uptime has been sent for billing processing.
    - `created_at` string, date-time — The date and time that the uptime record was created.
    - `ended_at` string, date-time — The date and time that the transcoder was stopped for this uptime. If this value is not present, it indicates that the transcoder is currently running.
    - `id` string — The unique alphanumeric string that identifies the uptime record.
    - `running` boolean — A Boolean value that indicates if the transcoder is still running for this uptime.
    - `started_at` string, date-time — The date and time that the transcoder started for this uptime.
    - `transcoder_id` string — The unique alphanumeric string that identifies the transcoder.
    - `updated_at` string — The date and time that the uptime record was updated.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `410` — Gone

---

[API](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation.md) · [All operations](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wowza/wowza-video-rest-api-reference-documentation/versions/157b6f741f2a/schema)
