script_projects_deployments_list
Lists deployments for a Google Apps Script project to manage and track published versions of your automation scripts.
Instructions
Lists the deployments of an Apps Script project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scriptId | Yes | The ID of the script project. | |
| pageSize | No | The number of deployments to return per page. | |
| pageToken | No | Token for pagination. | |
| fields | No | Selector specifying which fields to include in a partial response. | |
| prettyPrint | No | Returns response with indentations and line breaks. |