Max log stream body size

I’m using Webhook log stream. But my backend has limits on the incoming HTTP request body size so I can’t always process the incoming request.

What is the max size limit for the auth0 webhook stream body?

1 Like

I need to know this as well. I have received a message larger than 8KB. I need to know how large this is so I can set my buffer size appropriately.

Hi team!

Sorry for the late response regarding this topic. The largest batch size we would send is 200KB + envelope, which is applied to the entire batch size.

Thanks!
Dawid