script_projects_deployments_list
List all deployments for a specific Apps Script project by providing the script ID. Supports pagination and custom field selection for streamlined project management.
Instructions
Lists the deployments of an Apps Script project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | No | Selector specifying which fields to include in a partial response. | |
pageSize | No | The number of deployments to return per page. | |
pageToken | No | Token for pagination. | |
prettyPrint | No | Returns response with indentations and line breaks. | |
scriptId | Yes | The ID of the script project. |