Lists Projects that the caller has the resourcemanager.projects.get
permission on and satisfy the specified filter.
This method returns Projects in an unspecified order. This method is eventually consistent with project mutations; this means that a newly created project may not appear in the results or recent updates to an existing project may not be reflected in the results. To retrieve the latest state of a project, use the projects.get
method.
NOTE: If the request filter contains a parent.type
and parent.id
and the caller has the resourcemanager.projects.list
permission on the parent, the results will be drawn from an alternate index which provides more consistent results. In future versions of this API, this List method will be split into List and Search to properly capture the behavioral difference.
HTTP request
GET https://cloudresourcemanager.googleapis.com/v1/projects
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
pageToken |
Optional. A pagination token returned from a previous call to |
||||||||||||||||||||
pageSize |
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. |
||||||||||||||||||||
filter |
Optional. An expression for filtering the results of the request. Filter rules are case insensitive. If multiple fields are included in a filter query, the query will return results that match any of the fields. Some eligible fields for filtering are:
Some examples of filter queries:
If no filter is specified, the call will return projects for which the user has the NOTE: To perform a by-parent query (eg., what projects are directly in a Folder), the caller must have the |
Request body
The request body must be empty.
Response body
A page of the response received from the projects.list
method.
A paginated response where more pages are available has nextPageToken
set. This token can be used in a subsequent request to retrieve the next request page.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"projects": [
{
object ( |
Fields | |
---|---|
projects[] |
The list of Projects that matched the list filter. This list can be paginated. |
nextPageToken |
Pagination token. If the result set is too large to fit in a single response, this token is returned. It encodes the position of the current result cursor. Feeding this value into a new list request with the When Pagination tokens have a limited lifetime. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/cloud-platform.read-only
https://www.googleapis.com/auth/cloudplatformprojects
https://www.googleapis.com/auth/cloudplatformprojects.readonly
For more information, see the Authentication Overview.