list_deployments
Retrieve a list of all deployments for a Google Apps Script project using the script ID and user email.
Instructions
Lists all deployments for a script project.
Args: service: Injected Google API service client user_google_email: User's email address script_id: The script project ID
Returns: str: Formatted string with deployment list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_id | Yes | ||
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |