I am creating a connect app that consumes webhooks. I have the app setup and am able to properly consume webhooks.
I would like to use this endpoint get failed webhooks to occasionally retrieve webhooks that my app has failed to successfully consume. I am able to make requests to this endpoint using my connect app, but I am unable to get the endpoint to return any failed webhooks.
I have forced my connect app to return a 400 or 500 http response for certain webhooks so that I force some webhooks to fail. I have also stopped my app from running and triggered some webhooks to get them to fail this way. But with all the ways I have tried the endpoint always returns no failed webhooks.
Any ideas on why I am unable to retrieve any failed webhooks using the endpoint? I see the endpoint has the status of `experimental` does this mean the endpoint does not always work as expected?