---
title: "Get information about a live"
method: GET
path: "/api/v1/videos/live/{id}"
tags: ["Live Videos", "Video"]
---

# Get information about a live

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

## 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

- LiveVideoResponse
  - `latencyMode` 1 | 2 | 3 — The live latency mode (Default = `1`, High latency = `2`, Small Latency = `3`)
  - `permanentLive` boolean — User can stream multiple times in a permanent live
  - `rtmpUrl` string — Included in the response if an appropriate token is provided
  - `rtmpsUrl` string — Included in the response if an appropriate token is provided
  - `saveReplay` boolean
  - `streamKey` string — RTMP stream key to use to stream into this live video. Included in the response if an appropriate token is provided

---

[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/versions/efe11b159e43/schema)
