Required. Name of the API proxy in the following format:organizations/{org}/apis/{api}
If the API Proxy resource has thespaceattribute set, IAM permissions are checked against the Space resource path. To learn more, read theApigee Spaces Overview.
Authorization requires the followingIAMpermission on the specified resourceparent:
apigee.proxyrevisions.list
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance ofListValue.
[[["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-09-04 UTC."],[[["\u003cp\u003eThis endpoint retrieves all revisions for a specified API proxy using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe URL format utilizes gRPC Transcoding syntax, and the \u003ccode\u003eparent\u003c/code\u003e path parameter is required, specifying the API proxy's organization and name.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for this operation must be empty, as no data is sent to the endpoint.\u003c/p\u003e\n"],["\u003cp\u003eA successful response contains a ListValue, providing the list of revisions.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this request requires the \u003ccode\u003eapigee.proxyrevisions.list\u003c/code\u003e IAM permission on the specified resource and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.apis.revisions.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nLists all revisions for an API proxy.\n\n### HTTP request\n\n`GET https://apigee.googleapis.com/v1/{parent=organizations/*/apis/*}/revisions`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ListValue](https://protobuf.dev/reference/protobuf/google.protobuf/#list-value).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]