list
projects.list
List the authenticated root project and its subprojects. Returns one page; use
client.projects.paginate() to iterate every project across pages.
Query parameters
name
Filter projects by name.
page_size
The number of results per page.
page_token
Cursor token for paging, taken from the `links` in a previous response.
page_number
The page index, used together with `page_token`.
Response
links
Pagination links for the list of projects.
data
The projects on this page.
Response Example
Response