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.
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-03-07 UTC."],[[["This endpoint retrieves a list of all API proxy names within a specified organization, as defined in their configuration files."],["The HTTP request utilizes a `GET` method and requires the organization's name in the path (`organizations/{org}`), using gRPC Transcoding syntax."],["Authorization is required, needing the `apigee.proxies.list` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["Optional query parameters, `includeRevisions` and `includeMetaData`, can be used to include revision lists and API proxy metadata in the response, respectively."],["The response body, when successful, returns a JSON object containing a list of `proxies`, each detailing an individual API proxy."]]],[]]