---
title: "Fetch usage for a single real-time stream"
method: GET
path: "/usage/real_time_streams/{id}"
tags: ["usage_real_time_streams"]
---

# Fetch usage for a single real-time stream

`GET /usage/real_time_streams/{id}`

(Available from version 1.9) This operation returns CDN usage details for a specific stream target. Defaults: from = last billing date, to = end of current day.

## Path parameters

- `id` string, required

## Query parameters

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

## Response `200`

Success

- UsageRealTimeStream
  - `real_time_stream` object
    - `id` string, int32 — The unique alphanumeric string that identifies the real-time stream.
    - `name` string — A descriptive name for the real-time stream. Maximum 255 characters.
    - `bytes_in` integer — The amount of content, in bytes, that came from a video source in to Wowza Video during the selected time frame.
    - `bytes_out` integer — The amount of content, in bytes, that went to a viewer during the selected time frame.
  - `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)
