---
title: "Fetch transcoder usage summary"
method: GET
path: "/usage/transcoders/summary"
tags: ["usage_transcoders"]
---

# Fetch transcoder usage summary

`GET /usage/transcoders/summary`

(Available from version 1.4) This operation shows a summary of the amount of usage (egress) for all transcoders in the account. The default time frame is *from* the last billing date *to* the end of the current day.

## Query parameters

- `from` string, date-time
- `to` string, date-time

## Response `200`

Success

- UsageTranscoderSummary
  - `summary` object
    - `egress_bytes` integer — The total amount of content, in bytes, that went through all transcoders during the selected time frame.
    - `egress_seconds` integer — The total amount of time, in seconds, that it took for all transcoders to be processed.
    - `configurations` object
      - `transcoder_type` 'transcoded' | 'passthrough' — The type of transcoder. The default is **transcoded**.
      - `billing_mode` 'pay_as_you_go' | 'twentyfour_seven' — The billing mode for the transcoder. The default is **pay_as_you_go**. **pay_as_you_go** — Billed as a single event. A single event is use-based and you incur charges for the time spent streaming. **twentyfour_seven** — Billed as a 24x7 channel. A 24x7 channel is unlimited stream time for one channel. This billing mode doesn't incur overages, since it's unlimited.
      - `egress_bytes` integer — The amount of content, in bytes, that went through the transcoder during the selected time frame.
      - `egress_seconds` integer — The amount of time, in seconds, that it took for the transcoder to be processed.
  - `limits` object — The time frame represented in the response.
    - `from` string, date-time — The start of the range of time represented in the response.
    - `to` string, date-time — The end of the range of time represented in the response.

## Other responses

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

---

[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/revisions/157b6f741f2a/schema)
