Actions
List Projects
Lists projects that are direct children of the specified folder or organization resource. provides a strongly consistent view of the projects underneath the specified parent resource. returns projects sorted based upon the (ascending) lexical ordering of their . The caller must have permission on the identified parent.
To learn more, visit the GCP documentation.
Basic Parameters
Parameter | Description |
---|---|
Parent | Required. The name of the parent resource whose projects are being listed. Only children of this parent resource are listed; descendants are not listed. If the parent is a folder, use the value folders/{folder_id} . If the parent is an organization, use the value organizations/{org_id} . |
Return All Pages | Automatically fetch all resources, page by page. |
Advanced Parameters
Parameter | Description |
---|---|
Page Size | Optional. The maximum number of projects to return in the response. The server can return fewer projects than requested. If unspecified, server picks an appropriate default. |
Show Deleted | Optional. Indicate that projects in the DELETE_REQUESTED state should also be returned. Normally only ACTIVE projects are returned. |
Example Output
Workflow Library Example
List Projects with Gcp and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?