Hello I have been reading through the api reference docs looking for a way to accomplish this and haven’t been able to. I want to be able to see when a streamer was live so I can use data gathered from a game api to automatically timestamp VODS at the start of a match. unfortunately even though getting a VOD gives me a “stream_id” I am not finding a way to use that stream ID to get a start time or end time for the stream.
The closest thing I found that I could think of was using the “created_at” value from the VOD and using the “duration” value to backtrack to the start of the VOD under the assumption that the VOD is created when the stream ends. Unfortunately it seems like the VOD isn’t created right away because the video needs to process and this processing time seems to not be consistent.
Is there some other endpoint I am missing that could help me with this?