---
title: "List live sessions"
method: GET
path: "/api/v1/videos/live/{id}/sessions"
tags: ["Live Videos"]
---

# List live sessions

`GET /api/v1/videos/live/{id}/sessions`

List all sessions created in a particular live

## Path parameters

- `id` union, required
  - integer
  - string, uuid
  - string — translation of a uuid v4 with a bigger alphabet to have a shorter uuid

## Response `200`

successful operation

- object
  - `data` LiveVideoSessionResponse[]
    - `endDate` string, date-time, nullable — End date of the live session
    - `error` 1 | 2 | 3 | 4 | 5, nullable — Error type if an error occurred during the live session: - `1`: Bad socket health (transcoding is too slow) - `2`: Max duration exceeded - `3`: Quota exceeded - `4`: Quota FFmpeg error - `5`: Video has been blacklisted during the live
    - `id` integer
    - `replayVideo` object — Video replay information
      - `id` number
      - `shortUUID` string — translation of a uuid v4 with a bigger alphabet to have a shorter uuid
      - `uuid` string, uuid
    - `startDate` string, date-time — Start date of the live session
  - `total` integer

---

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