GET
    /v1/lives/{liveId}
  
  curl \
 --request GET 'https://openapi.meltingspot.io/v1/lives/{liveId}'
        Response examples (200)
  
  {
  "id": "string",
  "title": "string",
  "startDate": "2025-05-04T09:42:00Z",
  "endDate": "2025-05-04T09:42:00Z",
  "metrics": {
    "averageViewTime": 42,
    "noShow": 42,
    "totalReplayView": 42,
    "registrant": 42,
    "attendee": 42,
    "attendanceRate": 42,
    "invited": 42
  },
  "description": [
    {
      "type": "p",
      "children": [
        {
          "text": "My new live"
        }
      ]
    }
  ],
  "status": "Ended",
  "computedStatus": "Ended",
  "solution": "Youtube",
  "privacy": {
    "visibility": "AnyOne",
    "participation": "AnySpotMembers"
  },
  "config": {
    "chatVisibility": "Display",
    "participantsVisibility": "Ended"
  },
  "builtInType": "Workshop",
  "videoUrl": {},
  "createdAt": "2025-05-04T09:42:00Z",
  "spotId": "string",
  "builtInConfig": {
    "isRecorded": true,
    "recordAvailable": true,
    "enableBreakoutRooms": true,
    "enableRaiseHand": true,
    "enablePictureInPicture": true,
    "videos": {
      "url": "string",
      "quality": "string",
      "encoding": "hls",
      "createdAt": "2025-05-04T09:42:00Z"
    },
    "replayVideo": {}
  }
}