Method: organizations.apis.revisions.get

Gets an API proxy revision.

To download the API proxy configuration bundle for the specified revision as a zip file, set theformat query parameter tobundle. If you are using curl, specify-o filename.zip to save the output to a file; otherwise, it displays tostdout. Then, develop the API proxy configuration locally and upload the updated API proxy configuration revision, as described inupdateApiProxyRevision.

HTTP request

GET https://apigee.googleapis.com/v1/{name=organizations/*/apis/*/revisions/*}

The URL usesgRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. API proxy revision in the following format:organizations/{org}/apis/{api}/revisions/{rev}

If the API Proxy resource has thespace attribute set, IAM permissions are checked against the Space resource path. To learn more, read theApigee Spaces Overview.

Authorization requires the followingIAM permission on the specified resourcename:

  • apigee.proxyrevisions.get

Query parameters

Parameters
format

string

Format used when downloading the API proxy configuration revision. Set tobundle 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.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

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 2026-02-19 UTC.