# Get Chart Details Return detailed chart information. Endpoint: GET /api/v1/projects/{project_name}/charts/{chart_name} Version: 1.0 Security: ## Header parameters: - `Authorization` (string, required) Use Bearer token for authorization ## Path parameters: - `chart_name` (string, required) The chart name - `project_name` (string, required) The project name ## Response 200 fields (application/json): - `apiVersion` (string) The API version of this chart - `appVersion` (string) The App version of this chart - `created` (string) The created time of chart entry - `description` (string) A one-sentence description of chart - `digest` (string) The digest value of the chart entry - `labels` (array) The labels attached to the chart - `labels.color` (string) - `labels.creation_time` (string) - `labels.description` (string) - `labels.id` (integer) - `labels.name` (string) - `labels.project_id` (integer) - `labels.scope` (string) - `labels.update_time` (string) - `name` (string) The name of the chart - `type` (string) - `urls` (array) The urls of the chart entry - `version` (string) A SemVer 2 version of chart ## Response 400 fields ## Response 401 fields ## Response 500 fields