To download the API proxy configuration bundle for the specified revision as a zip file, set the format query parameter to bundle. If you are using curl, specify -o filename.zip to save the output to a file; otherwise, it displays to stdout. Then, develop the API proxy configuration locally and upload the updated API proxy configuration revision, as described in updateApiProxyRevision.
HTTP request
GET https://apigee.googleapis.com/v1/{name=organizations/*/apis/*/revisions/*}
Required. API proxy revision in the following format: organizations/{org}/apis/{api}/revisions/{rev}
If the API Proxy resource has the space attribute set, IAM permissions are checked against the Space resource path. To learn more, read the Apigee Spaces Overview.
Authorization requires the following IAM permission on the specified resource name:
apigee.proxyrevisions.get
Query parameters
Parameters
format
string
Format used when downloading the API proxy configuration revision. Set to bundle to download the API proxy configuration revision as a zip file.
Request body
The request body must be empty.
Response body
If successful, the response is a generic HTTP response whose format is defined by the method.
[[["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-28 UTC."],[[["\u003cp\u003eThis endpoint retrieves an API proxy revision, allowing you to download its configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e path parameter is required and must follow the format: \u003ccode\u003eorganizations/{org}/apis/{api}/revisions/{rev}\u003c/code\u003e, and requires specific authorization.\u003c/p\u003e\n"],["\u003cp\u003eTo download the API proxy configuration as a zip file, set the \u003ccode\u003eformat\u003c/code\u003e query parameter to \u003ccode\u003ebundle\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request must be performed as a \u003ccode\u003eGET\u003c/code\u003e request and should have an empty body, and the response format depends on the method.\u003c/p\u003e\n"],["\u003cp\u003eThe request needs to be performed with authorization having the following scope: \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.apis.revisions.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets an API proxy revision.\n\nTo download the API proxy configuration bundle for the specified revision as a zip file, set the `format` query parameter to `bundle`. If you are using curl, specify `-o filename.zip` to save the output to a file; otherwise, it displays to `stdout`. Then, develop the API proxy configuration locally and upload the updated API proxy configuration revision, as described in [updateApiProxyRevision](/apigee/docs/reference/apis/apigee/rest/v1/organizations.apis.revisions/updateApiProxyRevision).\n\n### HTTP request\n\n`GET https://apigee.googleapis.com/v1/{name=organizations/*/apis/*/revisions/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response is a generic HTTP response whose format is defined by the method.\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]