Lists the names of all API proxies in an organization. The names returned correspond to the names defined in the configuration files for each API proxy.
If the resource has thespaceattribute set, the response may not return all resources. To learn more, read theApigee Spaces Overview.
HTTP request
GET https://apigee.googleapis.com/v1/{parent=organizations/*}/apis
[[["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-03 UTC."],[[["\u003cp\u003eThis endpoint retrieves a list of all API proxy names within a specified organization, as defined in their configuration files.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request utilizes a \u003ccode\u003eGET\u003c/code\u003e method and requires the organization's name in the path (\u003ccode\u003eorganizations/{org}\u003c/code\u003e), using gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization is required, needing the \u003ccode\u003eapigee.proxies.list\u003c/code\u003e IAM permission and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters, \u003ccode\u003eincludeRevisions\u003c/code\u003e and \u003ccode\u003eincludeMetaData\u003c/code\u003e, can be used to include revision lists and API proxy metadata in the response, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe response body, when successful, returns a JSON object containing a list of \u003ccode\u003eproxies\u003c/code\u003e, each detailing an individual API proxy.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.apis.list\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 - [JSON representation](#body.ListApiProxiesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists the names of all API proxies in an organization. The names returned correspond to the names defined in the configuration files for each API proxy.\n\nIf the resource has the `space` attribute set, the response may not return all resources. To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).\n\n### HTTP request\n\n`GET https://apigee.googleapis.com/v1/{parent=organizations/*}/apis`\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 body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]