get_web_app_url
Retrieve the /exec URL and access configuration for one or all deployments of a Google Apps Script project. Specify a script ID and optionally a deployment ID to get the web app URL.
Instructions
Get the web app /exec URL(s) and access config for a script project's deployments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scriptId | Yes | The ID of the script project. | |
| deploymentId | No | Optional specific deployment to inspect. If omitted, all deployments are scanned. |