script_projects_versions_list
List all versions of a Google Apps Script project by script ID. Use optional page size and token to paginate, and fields to select specific response data.
Instructions
List the versions of a Google 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 versions to return per page. | |
| scriptId | Yes | The ID of the script project. | |
| pageToken | No | The token for the next page of results. |