---
title: "Get Live Stream Status"
method: GET
path: "/v1/live-streams/status"
tags: ["live-streams"]
---

# Get Live Stream Status

`GET /v1/live-streams/status`

Poll live stream status by playback IDs (publishable key auth).

For Mux streams, the playback ID is the Mux live playback ID (stable, never mutated).
For LiveKit streams, the playback ID is the room name (also stable, used as live_playback_id).
Both providers use the same live_playback_id column, so this endpoint works unchanged.

## Query parameters

- `playback_ids` string, required — Comma-separated playback IDs

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/shortkit/apis/shortkit-api.md) · [All operations](https://skmtc.net/shortkit/apis/shortkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shortkit/shortkit-api/revisions/801982ed74cd/schema)
