# Get Projects, Repositories and Helm Charts This endpoint returns information about the project, repositories and helm charts associate with a specified project that is currently available to entitled end users. The name of the project must be passed in the {project_name} path parameter. Endpoint: GET /api/v1/projects/{project_name} Version: 1.0 Security: ## Header parameters: - `Authorization` (string, required) Use Bearer token for authorization ## Path parameters: - `project_name` (string, required) The project name ## Response 200 fields (application/json): - `artifacts` (array) Artifacts - `artifacts.annotations` (object) Annotations - `artifacts.digest` (string) Digest - `artifacts.extra_attrs` (object) Extra attrs - `artifacts.icon` (string) Icon - `artifacts.id` (integer) id - `artifacts.labels` (array) Labels - `artifacts.labels.color` (string) - `artifacts.labels.creation_time` (string) - `artifacts.labels.description` (string) - `artifacts.labels.id` (integer) - `artifacts.labels.name` (string) - `artifacts.labels.project_id` (integer) - `artifacts.labels.scope` (string) - `artifacts.labels.update_time` (string) - `artifacts.manifest_media_type` (string) Manifest media type - `artifacts.media_type` (string) Media type - `artifacts.project_id` (integer) Project id - `artifacts.pull_time` (string) Pull time - `artifacts.push_time` (string) Push time - `artifacts.references` (array) References - `artifacts.references.annotations` (object) - `artifacts.references.child_digest` (string) - `artifacts.references.child_id` (integer) - `artifacts.references.parent_id` (integer) - `artifacts.references.platform` (object) - `artifacts.references.platform.'os.features'` (array) - `artifacts.references.platform.'os.version'` (string) - `artifacts.references.platform.architecture` (string) - `artifacts.references.platform.os` (string) - `artifacts.references.platform.variant` (string) - `artifacts.references.urls` (array) - `artifacts.repository_id` (integer) Repository id - `artifacts.scan_overview` (object) Scan overview - `artifacts.size` (integer) Size - `artifacts.tags` (array) Tags - `artifacts.tags.artifact_id` (integer) - `artifacts.tags.immutable` (boolean) - `artifacts.tags.pull_time` (string) - `artifacts.tags.push_time` (string) - `artifacts.tags.repository_id` (integer) - `artifacts.tags.signed` (boolean) - `artifacts.type` (string) type - `chart` (array) List out the charts corresponding to the Download package - `chart.Chart` (object) A specified chart entry - `chart.Chart.apiVersion` (string) The API version of this chart - `chart.Chart.created` (string) The created time of chart entry - `chart.Chart.description` (string) A one-sentence description of chart - `chart.Chart.digest` (string) The digest value of the chart entry - `chart.Chart.home` (string) The URL to the relevant download package - `chart.Chart.keywords` (array) A list of string keywords - `chart.Chart.maintainers` (array) Chart maintainers list - `chart.Chart.maintainers.email` (string) The email of the maintainer - `chart.Chart.maintainers.name` (string) The name of the maintainer - `chart.Chart.name` (string) The name of the chart - `chart.Chart.urls` (array) The urls of the chart entry - `chart.Chart.version` (string) A SemVer 2 version of chart - `chart.Name` (string) The chart name with repo name - `chart.Score` (integer) The matched level - `download_package_id` (string) Download package Id - `download_package_name` (string) Download package name - `repositories` (array) Repositories - `repositories.artifact_count` (integer) Artifact count - `repositories.artifacts` (array) List of artifacts - `repositories.creation_time` (string) Creation time - `repositories.description` (string) Description - `repositories.id` (integer) Id - `repositories.name` (string) Name - `repositories.project_id` (integer) project id - `repositories.project_public` (boolean) project public - `repositories.pull_count` (integer) Pull count - `repositories.repository_name` (string) repository name - `repositories.update_time` (string) Update time - `sys_download_package_id` (integer) Sys download package Id ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields