script_projects_get
Retrieve metadata for a Google Apps Script project using its ID, including details about deployments, versions, and executions. OAuth authentication is handled automatically.
Instructions
Get metadata of a Google Apps Script project. OAuth authentication is handled automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scriptId | Yes | The ID of the script project to retrieve. | |
| fields | No | Selector specifying which fields to include in a partial response. | |
| alt | No | Data format for response. | json |
| quotaUser | No | Arbitrary string assigned to a user for quota purposes. | |
| prettyPrint | No | Returns response with indentations and line breaks. |