---
title: "Fetch active livestreams for a meeting"
method: GET
path: "/meetings/{meeting_id}/active-livestream"
tags: ["Live streams"]
---

# Fetch active livestreams for a meeting

`GET /meetings/{meeting_id}/active-livestream`

Returns details of all active livestreams for the given meeting ID.

## Path parameters

- `meeting_id` string, uuid, required

## Response `200`

OK

- object
  - `success` boolean
  - `data` object
    - `status` 'LIVE' | 'IDLE' | 'ERRORED' | 'INVOKED'
    - `name` string, nullable — Name of the livestream.
    - `meeting_id` string
    - `created_at` string, date-time — Timestamp the object was created at. The time is returned in ISO format.
    - `updated_at` string, date-time — Timestamp the object was updated at. The time is returned in ISO format.
    - `ingest_server` string — The server URL to which the RTMP encoder sends the video and audio data.
    - `id` string — The livestream ID.
    - `stream_key` string — Unique key for accessing each livestream.
    - `playback_url` string — The web address that viewers can use to watch the livestream.
    - `disabled` string — Specifies if the livestream was disabled.

---

[API](https://skmtc.net/dyte-io/apis/dyte-rest-apis.md) · [All operations](https://skmtc.net/dyte-io/apis/dyte-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dyte-io/dyte-rest-apis/revisions/f62d3edd92ae/schema)
