script_projects_get
Retrieve metadata of Google Apps Script projects using the script ID. Automatically handles OAuth authentication for secure API integration. Ideal for managing script projects efficiently.
Instructions
Get metadata of a Google Apps Script project. OAuth authentication is handled automatically.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
alt | No | Data format for response. | json |
fields | No | Selector specifying which fields to include in a partial response. | |
prettyPrint | No | Returns response with indentations and line breaks. | |
quotaUser | No | Arbitrary string assigned to a user for quota purposes. | |
scriptId | Yes | The ID of the script project to retrieve. |