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

# Fetch livestream session details using a session ID

`GET /sessions/{session_id}/livestream-sessions`

Returns livestream session details for the given session ID. Retreive the session ID using the `Fetch all sessions of an organization` API.

## Path parameters

- `session_id` string, required

## Query parameters

- `per_page` number
- `page_no` number

## Response `200`

OK

- object
  - `success` boolean
  - `data` object
    - `err_message` 'LIVE' | 'IDLE' | 'ERRORED' | 'INVOKED'
    - `invoked_time` string, nullable — Name of the livestream.
    - `livestream_id` string — The ID of the livestream.
    - `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.
    - `id` string — The livestream session ID.
    - `stopped_time` string, date-time — Specifies if the livestream was disabled.
    - `ingest_seconds` number — The time duration for which the input was given or the meeting was streamed.
    - `viewer_seconds` number — The total view time for which the viewers watched the stream.
    - `paging` object
      - `total_count` number
      - `start_offset` number
      - `end_offset` number

---

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