script_projects_deployments_list
Retrieve a paginated list of all deployments for a specified Google Apps Script project, using the script ID and optional fields for partial responses.
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. |