How to catch a missed event in Stream API?

We use the Pro Plan. At the same time, it happens quite often that events do not reach our backend. 29 such events have already accumulated and we cannot restore those that were earlier than the last 6 hours. Your documentation says that restarting events is always possible, at least in manual mode. We see that there is only one event in the Failed Deliveries list that we can replay. Please tell me how we can replay all other events?

1 Like

Hello, if the events expired (as in those 6 hours have passed for a Pro plan), then you can not get them any more with Streams API now.

You could use web3api to search for those missing events, it may not have the same level of information that you had in the webhook request.