Get Worker Code
get_worker_codeRetrieve a deployed Cloudflare Worker's source code. Module-syntax Workers return one entry per module; service-worker-syntax Workers return a single script.
Instructions
Download a Worker's deployed source code. Module-syntax Workers return one entry per module; service-worker-syntax Workers return a single script.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_name | Yes | The name of the Worker script |