After a user has authenticated using OAuth, a server can fetch their recent LiveBroadcasts using the Youtube API (in my case I am using Java, but this is true to all implementation as far as I can tell). Some information is missing from the API- that can (usually) be obtained by performing a GET request for the same URL as the live broadcast shows up on Youtube itself (i.e. https://www.youtube.com/live/MyVidId>)
The issue is, I don't seem to able to get the clips information in either of those methods. The URL to see which clips were made for which video is only available via studio. (https://studio.youtube.com/video/MyVidId/clips).
From server-side, I am unable to access it.
Is this information simply not accessible?