v1

latestOpenAPI 3.0.32026-07-13351892.0 KB
Registry

ListApiDeploymentRevisions lists all revisions of a deployment. Revisions are returned in descending order of revision creation time.

get/v1/projects/{project}/locations/{location}/apis/{api}/deployments/{deployment}:listRevisions

Path parameters

projectstring required

The project id.

locationstring required

The location id.

apistring required

The api id.

deploymentstring required

The deployment id.

Query parameters

pageSizeinteger

The maximum number of revisions to return per page.

pageTokenstring

The page token, received from a previous ListApiDeploymentRevisions call. Provide this to retrieve the subsequent page.

Response

OK

nextPageTokenstring

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.