List Projects
POST/v2beta/projects/search
List all matching projects. By default all projects of the instance that the caller has permission to read are returned. Make sure to include a limit and sorting for pagination.
Required permission:
project.read
Request​
Responses​
- 200
- 400
- 403
- 404
- default
A list of all projects matching the query
invalid list query
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.