---
title: "Fetch the state of a real-time stream"
method: GET
path: "/real_time/{id}/state"
tags: ["real_time"]
---

# Fetch the state of a real-time stream

`GET /real_time/{id}/state`

This operation shows the current state of a real-time stream.

## Path parameters

- `id` string, required

## Response `200`

Success

- object
  - `real_time` object, required
    - `state` 'started' | 'stopped' | 'disabled' — The state of the real-time stream.

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