script_projects_deployments_list
List deployments for a Google Apps Script project by script ID. Retrieve deployment details with pagination and field selection.
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. | |
| scriptId | Yes | The ID of the script project. | |
| pageToken | No | Token for pagination. |