projects

Lists the deployments of an Apps Script project.

get/v1/projects/{scriptId}/deployments

Path parameters

scriptIdstring required

The script project's Drive ID.

Query parameters

pageSizeinteger

The maximum number of deployments on each returned page. Defaults to 50.

pageTokenstring

The token for continuing a previous list request on the next page. This should be set to the value of nextPageToken from a previous response.

Response

Successful response

Changes