Get project requests from Vercel REST API

I’m working on a Telegram bot that inspects runtime logs and sends me notifications whenever an error occurs. To accomplish this, my bot uses the runtime-logs API, which works well for runtime errors. However, I’ve noticed that this API does not stream requests that don’t produce any logs.

Can you confirm whether the runtime-logs API excludes requests that don’t generate runtime logs? If so, does this mean the API output differs from what’s shown on the deployment log page?

Additionally, is there an API endpoint available to retrieve all project requests, regardless of whether they produce logs?

Thanks for your help,

Fabio