# List Projects List the projects that are currently stored in the Revenera registry. The list of projects is sorted alphabetically by the project name (which is identical with the Download Package ID). The list is paged, where the number of data sets per page can be configured using the "pageSize" parameter. A specific page of results can be requested by setting the "page" parameter. Endpoint: GET /api/v1/projects Version: 1.0 Security: ## Header parameters: - `Authorization` (string, required) Use Bearer token for authorization ## Query parameters: - `page` (integer) Retrieves a specific page. - `pageSize` (integer) The number of data sets per page ## Response 200 fields (application/json): - `project_id` (integer) Download package id stored under Harbor - `name` (string) Name of the download package - `repo_count` (integer) The number of the repositories under this download package - `chart_count` (integer) The total number of charts under this download package - `creation_time` (string) The creation time of the download package - `update_time` (string) The update time of the download package ## Response 400 fields ## Response 401 fields ## Response 500 fields