v1
latestOpenAPI 3.1.02026-07-24650272.2 KBAPI Endpoints
Get Live Asset Status History
This endpoint retrieves the history of a live video asset that has previously been created.
get/video/live/assets/{live_asset_id} (COPY)
Path parameters
live_asset_idstring required
An live asset id for the previously created asset.
Response
200
Example response
{
"status": "created",
"stream_key": "619231610822a81d955d22f4",
"live_asset_id": "619231610822a81d955d22f3",
"live_video_source_id": "6165247368d80232d28d4379",
"input": {
"resolution": [
"720p"
]
},
"stream_url": "rtmp://livestream-ingest.gumlet.io:1935/app/619231610822a81d955d22f4",
"output": {
"playback_url": "https://video.gumlet.io/6165247368d80232d28d4379/619231610822a81d955d22f3/master.m3u8"
},
"created_at": 1636970849188,
"updated_at": 1636970849188
}