Method: organizations.apis.list Stay organized with collections Save and categorize content based on your preferences.
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 thespace attribute 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
The URL usesgRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Name of the organization in the following format: If the resource has the Authorization requires the followingIAM permission on the specified resource
|
Query parameters
| Parameters | |
|---|---|
includeRevisions |
Flag that specifies whether to include a list of revisions in the response. |
includeMetaData |
Flag that specifies whether to include API proxy metadata in the response. |
space |
Optional. The space ID to filter the list of proxies (optional). If unspecified, all proxies in the organization will be listed. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{"proxies":[{object ( |
| Fields | |
|---|---|
proxies[] |
|
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 2025-12-17 UTC.