---
title: "Fetch all real-time streams"
method: GET
path: "/real_time"
tags: ["real_time"]
---

# Fetch all real-time streams

`GET /real_time`

This operation shows limited details for all of your real-time streams. For detailed information, fetch a single real-time stream.

## Query parameters

- `filter` string
- `page` integer
- `per_page` integer

## Response `200`

Success

- RealTimeStreams
  - `real_time_streams` IndexRealTimeStream[], required
    - `created_at` string, date-time — The date and time that the real-time stream was created.
    - `id` string — The unique alphanumeric string that identifies the real-time stream.
    - `name` string — A descriptive name for the real-time stream.
    - `state` 'active' | 'archived' | 'disabled' | 'stopped' — The state of the stream.
    - `updated_at` string, date-time — The date and time that the real-time stream was updated.

## Other responses

- `401` — Unauthorized

---

[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)
