---
title: "Fetch all live streams"
method: GET
path: "/live_streams"
tags: ["live_streams"]
---

# Fetch all live streams

`GET /live_streams`

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

## Query parameters

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

## Response `200`

Success

- LiveStreams
  - `live_streams` IndexLiveStream[], required
    - `created_at` string, date-time — The date and time that the live stream was created.
    - `id` string — The unique alphanumeric string that identifies the live stream.
    - `name` string — A descriptive name for the live stream. Maximum 200 characters.
    - `state` 'starting' | 'stopping' | 'started' | 'stopped' | 'resetting' — The state of the live stream.
    - `updated_at` string, date-time — The date and time that the live 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)
