Python
from gcore import Gcore client = Gcore( api_key="My API Key", ) playlist = client.streaming.playlists.get( 0, ) print(playlist.ad_id)
{ "name": "Playlist: Webinar 'Onboarding for new employees on working with the corporate portal'", "active": true, "start_time": "2024-07-01T11:00:00Z", "loop": false, "video_ids": [ 17800, 17801 ], "client_user_id": 2876, "countdown": true, "playlist_type": "live" }
Returns a playlist details
live
vod
Was this page helpful?