I am trying to retrieve list of my own comments from my channel via YouTube API but can not find a way to do it. This is available via the history (https://www.youtube.com/feed/history/comment_history), but there is no mention in API documentation (https://developers.google.com/youtube/v3/docs).
Going through liked/disliked videos, then retrieving all video comments and searching for myself seems way too complicated, slow and will use too much quota.
Is there a better way to get own comments via the API?