script_projects_get
Retrieve metadata for a Google Apps Script project by providing its script ID. Uses automatic OAuth authentication to fetch project details like title and update time.
Instructions
Get metadata of a Google Apps Script project. OAuth authentication is handled automatically.
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. |