v1

latestOpenAPI 3.0.0AGPLv3.02026-07-14186117194.3 KB
Live Videos

List live sessions

List all sessions created in a particular live

get/api/v1/videos/live/{id}/sessions

Path parameters

integer required
OR
string uuid required
OR
string required

translation of a uuid v4 with a bigger alphabet to have a shorter uuid

Example:42

The object id, uuid or short uuid

Response

successful operation

totalinteger

Example response

{
  "data": [
    {
      "replayVideo": {
        "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
        "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d"
      }
    }
  ],
  "total": 1
}