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.
Arguments
Parameters
parent
string
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}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["# Method: googleapis.run.v2.projects.locations.services.revisions.list\n\nLists Revisions from a given Service, or from a given location. Results\nare sorted by creation time, descending.\n\nArguments\n---------\n\nRaised exceptions\n-----------------\n\nResponse\n--------\n\nIf successful, the response contains an instance of [`GoogleCloudRunV2ListRevisionsResponse`](https://cloud.google.com/workflows/docs/reference/googleapis/run/v2/Overview#GoogleCloudRunV2ListRevisionsResponse).\n\nSubworkflow snippet\n-------------------\n\nSome fields might be optional or required.\nTo identify required fields, refer to the [API documentation](https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services.revisions/list). \n\n### YAML\n\n```yaml\n- list:\n call: googleapis.run.v2.projects.locations.services.revisions.list\n args:\n parent: ...\n pageSize: ...\n pageToken: ...\n showDeleted: ...\n result: listResult\n```\n\n### JSON\n\n```json\n[\n {\n \"list\": {\n \"call\": \"googleapis.run.v2.projects.locations.services.revisions.list\",\n \"args\": {\n \"parent\": \"...\",\n \"pageSize\": \"...\",\n \"pageToken\": \"...\",\n \"showDeleted\": \"...\"\n },\n \"result\": \"listResult\"\n }\n }\n]\n```"]]