No, Cloudflare isn't storing the logs for you anywhere, Tail works because it's streaming the logs directly to you.
If you want to store the logs yourself, Workers Paid has Workers Trace Events via Logpush, and you can store them in some platform, either using one of the offical integrations or the API-only HTTP destination. You can also use some integration inside your Worker itself to store logs, Honeycomb I think has one, not sure of any good others
Hi I'm new to CF Workers API, in my attempt to use the api to create a new worker (https://developers.cloudflare.com/api/operations/worker-script-upload-worker-module) I made it work but the Routes section under it is not activated by default (but this is automatically activated when I use the dashboard) Can you guys guide me more on this to get it active automatically when calling the API?