# Uploaded Lives Returns a list of 30 uploaded YouTube lives to the channel with a limited list of details. Endpoint: GET /raw/youtube/uploaded-lives Security: accessToken ## Query parameters: - `url` (string, required) YouTube url to channel's page, i.e. https://www.youtube.com/@{channelName} - `sorted_by` (string) Sorted by a passed parameter: by Date in descending order (default) or by Popularity - `after` (string) Use from the last page to get the next page ## Response 200 fields (application/json): - `lives_list` (object, required) - `lives_list.lives` (array, required) - `lives_list.lives.live_id` (string, required) - `lives_list.lives.thumbnail` (string, required) - `lives_list.lives.title` (string, required) - `lives_list.lives.time` (string, required) - `lives_list.lives.published_ago` (string) - `lives_list.lives.views` (number) - `lives_list.cursor` (string, required) - `success` (boolean, required)