---
title: "List live stream player sessions"
method: GET
path: "/analytics/live-streams/{liveStreamId}"
tags: ["Raw statistics"]
---

# List live stream player sessions

`GET /analytics/live-streams/{liveStreamId}`

## Path parameters

- `liveStreamId` string, required

## Query parameters

- `period` string, period, required
- `currentPage` integer
- `pageSize` integer

## Response `200`

Success

- RawStatisticsListLiveStreamAnalyticsResponse
  - `data` LiveStreamSession[], required
    - `session` LiveStreamSessionSession
      - `sessionId` string — A unique identifier for your session. You can use this to track what happens during a specific session.
      - `loadedAt` string, date-time — When the session started, with the date and time presented in ISO-8601 format.
      - `endedAt` string, date-time — When the session ended, with the date and time presented in ISO-8601 format.
    - `location` LiveStreamSessionLocation — The location of the viewer of the live stream.
      - `country` string — The country of the viewer of the live stream.
      - `city` string — The city of the viewer of the live stream.
    - `referrer` LiveStreamSessionReferrer
      - `url` string — The website the viewer of the live stream was referred to in order to view the live stream.
      - `medium` string — The type of search that brought the viewer to the live stream. Organic would be they found it on their own, paid would be they found it via an advertisement.
      - `source` string — Where the viewer came from to see the live stream (usually where they searched from).
      - `searchTerm` string — What term they searched for that led them to the live stream.
    - `device` LiveStreamSessionDevice — What type of device the user is on when in the live stream session.
      - `type` string — What the type is like desktop, laptop, mobile.
      - `vendor` string — If known, what the brand of the device is, like Apple, Dell, etc.
      - `model` string — The specific model of the device, if known.
    - `os` VideoSessionOs — The operating system the viewer is on.
      - `name` string — The name of the operating system.
      - `shortname` string — The nickname for the operating system, often representing the version.
      - `version` string — The version of the operating system.
    - `client` LiveStreamSessionClient — What kind of browser the viewer is using for the live stream session.
      - `name` string — The name of the browser used to view the live stream session.
      - `version` string — The version of the browser used to view the live stream session.
      - `type` string — The type of client used to view the live stream session.
  - `pagination` Pagination, required
    - `itemsTotal` integer — Total number of items that exist.
    - `pagesTotal` integer — Number of items listed in the current page.
    - `pageSize` integer — Maximum number of item per page.
    - `currentPage` integer — The current page index.
    - `currentPageItems` integer — The number of items on the current page.
    - `links` PaginationLink[], required
      - `rel` string
      - `uri` string, uri

## Other responses

- `404` — Not Found

## Changes

- **2022-09-13** `7925ab931c71` — 1 breaking
  - the `query` request parameter `period` became required
- **2022-04-28** `f9532dd3578c` — 2 info
  - the endpoint scheme security `apiKey` was added to the API
  - the endpoint scheme security `bearerAuth` was removed from the API
- **2022-02-07** `2a4d90a64f88` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/apivideo/apis/api-video/changes/analytics/live-streams/:liveStreamId/get.md)

---

[API](https://skmtc.dev/apivideo/apis/api-video.md) · [All operations](https://skmtc.dev/apivideo/apis/api-video/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apivideo/api-video/revisions/bcae129cba09/schema)
