Method: projects.locations.services.revisions.list Stay organized with collections Save and categorize content based on your preferences.
Lists Revisions from a given Service, or from a given location. Results are sorted by creation time, descending.
HTTP request
GET https://run.googleapis.com/v2/{parent}/revisions
Path parameters
| Parameters | |
|---|---|
parent |
Required. The Service from which the Revisions should be listed. To list all Revisions across Services, use "-" instead of Service name. Format: projects/{project}/locations/{location}/services/{service} It takes the form Authorization requires the followingIAM permission on the specified resource
|
Query parameters
| Parameters | |
|---|---|
pageSize |
Maximum number of revisions to return in this call. |
pageToken |
A page token received from a previous call to revisions.list. All other parameters must match. |
showDeleted |
If true, returns deleted (but unexpired) resources along with active ones. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance ofListRevisionsResponse.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see theAuthentication Overview.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-09 UTC.