List projects accessible with the current token, one page at a time.
Optionalcursor?: stringOpaque cursor returned as nextToken by the previous page.
OptionalpageSize?: numberItems per page.
Optionalquery?: stringCase-insensitive name filter.
Paginated ProjectsListResponse.
Fetch every project across all pages.
Internally follows nextToken until the API signals exhaustion.
Find a project by its id across all pages.
The matching project, or null when no project has that id.
Projects module — lists the projects the current token can access.