Query parameters
-
The page number in a paginated set of results
-
The limit of results to be returned per page
-
Filters on title
-
Filters on status
-
Filters on start date
-
Filters on solution
-
Filters on replay
-
Filters on builtIn type
-
Filters on average view time
-
Filters on invited
-
Filters on registrant
-
Filters on attendee
-
Filters on attendance rate
-
Filters on total replay view
GET
/v1/lives
curl \
--request GET 'https://openapi.meltingspot.io/v1/lives'
Response examples (200)
{
"items": [
{
"id": "string",
"title": "string",
"startDate": "2026-05-04T09:42:00Z",
"endDate": "2026-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": "2026-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": "2026-05-04T09:42:00Z"
},
"replayVideo": {}
}
}
],
"total": 42
}