GET /v0/projects
page_num
(integer): The page number for pagination.page_size
(integer): The number of projects per page.Note:
Service accounts need to be manually added to projects from the UI before they can access project-related API functionalities.
GET /v0/projects/{id}
id
(string): The unique identifier of the project.Authorization
header as described in the Authentication section. Without proper authentication, requests will fail with a 403 error.
page_num
and page_size
parameters when listing projects to efficiently navigate through large sets of projects.