---
title: "Fetch livestream session details using livestream session ID"
method: GET
path: "/livestreams/sessions/{livestream-session-id}"
tags: ["Live streams"]
---

# Fetch livestream session details using livestream session ID

`GET /livestreams/sessions/{livestream-session-id}`

Returns livestream session details for the given livestream session ID. Retrieve the `livestream_session_id`using the `Fetch livestream session details using a session ID` API.

## Path parameters

- `livestream-session-id` string, required

## Response `200`

OK

- object
  - `success` boolean
  - `data` object
    - `livestream_id` string
    - `created_at` string, date-time — Timestamp the object was created at. The time is returned in ISO format.
    - `updated_at` string — Timestamp the object was updated at. The time is returned in ISO format.
    - `err_message` string — The server URL to which the RTMP encoder sends the video and audio data.
    - `id` string — The livestream ID.
    - `started_time` string — Unique key for accessing each livestream.
    - `stopped_time` string — The web address that viewers can use to watch the livestream.
    - `ingest_seconds` integer — Name of the livestream.
    - `viewer_seconds` integer — 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)
