list_versions
List all immutable snapshots of an Apps Script project to view version history used by deployments.
Instructions
List all versions (immutable snapshots) of an Apps Script project.
Versions are the snapshots that deployments reference. Created automatically when you deploy, or manually via create_version. For deployments use list_deployments. Requires the script.projects readonly OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address (authenticated account). | |
| script_id | Yes | Target project ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |