script_projects_versions_get
Retrieve a specific version of a Google Apps Script project by providing the script ID and version number. Use this tool to manage and access script project versions efficiently.
Instructions
Get a version of a Google Apps Script project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
access_token | No | OAuth access token. | |
alt | No | Data format for response. | |
callback | No | JSONP callback. | |
fields | No | Selector specifying which fields to include in a partial response. | |
key | No | API key for the project. | |
oauth_token | No | OAuth 2.0 token for the current user. | |
prettyPrint | No | Returns response with indentations and line breaks. | |
quotaUser | No | Available to use for quota purposes for server-side applications. | |
scriptId | Yes | The ID of the script project. | |
versionNumber | Yes | The version number of the script project. |