List Deployments
list_deploymentsIdentify which deployment version is active for a Google Apps Script project by listing all deployments and their bound version numbers.
Instructions
Lists all deployments for a script project, including the bound version number of each deployment so callers can verify which version is served.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_id | Yes | The script project ID | |
| user_google_email | Yes | User's email address |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |