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

# Fetch livestream session details for a meeting

`GET /meetings/{meeting_id}/livestream`

Returns livestream session details for the given meeting ID. Retreive the meeting ID using the `Create a meeting` API.

## Path parameters

- `meeting_id` string, uuid, required

## Query parameters

- `page_no` integer
- `per_page` integer

## Response `200`

OK

- object
  - `success` boolean
  - `data` object
    - `livestreams` object[]
      - `status` 'LIVE' | 'INVOKED' | 'ERRORED' | 'IDLE'
      - `name` string, nullable — Name of the livestream.
      - `meeting_id` string — The ID of the meeting that was livestreamed.
      - `created_at` string, date-time — The timestamp at which the livestream was created. The time is returned in ISO format.
      - `updated_at` string, date-time — The timestamp at which the livestream was updated. 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` boolean — Specifies if the livestream was disabled.
    - `sessions` object
      - `id` string — The ID of the livestream session.
      - `livestream_id` string — The ID of the livestream.
      - `err_message` string
      - `invoked_time` string, date-time — The time at which the livestream was invoked.
      - `started_time` string, date-time — The time at which the livestream was started.
      - `stopped_time` string, date-time — The time at which the livestream was stopped.
      - `created_at` string, date-time — The timestamp at which the livestream was created. The time is returned in ISO format.
      - `updated_at` string, date-time — The timestamp at which the livestream was updated. The time is returned in ISO format.
      - `ingest_seconds` string — The time duration for which the input was given or the meeting was streamed.
    - `paging` object
      - `total_count` integer
      - `start_offset` integer
      - `end_offset` integer

---

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