get_script_project
Retrieve an Apps Script project's metadata and all file contents (gs, html, json) with source previews to get a full project overview.
Instructions
Retrieve an Apps Script project's metadata and all file contents.
Dumps every file in the project (gs/html/json) with a 200-char source preview. For the full content of one file use get_script_content. For writing use update_script_content. 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 | Apps Script project ID from list_script_projects or a script URL like script.google.com/d/<scriptId>/edit. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |