Hi @MArkWilliams, I am using the /companies endpoint of the Streaming API to get all the update events since 1 May, when the latest bulk product was released.
According to the documentation, "The streaming API endpoints are each backed by a queue, so that clients can disconnect periodically and reconnect some time later. This queue backlog contains as many events as needed to bring the most recently produced data snapshot up to date."
However, I receive a 416 error when my timepoint is older than 11-12 days ago. I read that the 416 means the timepoint is too far in the past. It seems that the limit of how back in the past I can go does not reach the data snapshot cutoff point.
Also, I noticed that if I go back in time gradually, 1000-2000 timepoints a time, I may avoid the 416. Thus I managed to scrape events back to timepoint = 9692100.
Thank you for your time, your help is greatly appreciated.