script_projects_get_content
Retrieve the complete content of a Google Apps Script project by specifying the script ID, with optional version number and field filtering for partial responses.
Instructions
Get the content of a Google Apps Script project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Selector specifying which fields to include in a partial response. | |
| scriptId | Yes | The ID of the script project to retrieve content for. | |
| versionNumber | No | The version number of the script project. |