---
title: "Describe Helm Artifact Manifest"
method: GET
path: "/registry/{registry_ref}/artifact/{artifact}/version/{version}/helm/manifest"
tags: ["Helm Artifacts"]
---

# Describe Helm Artifact Manifest

`GET /registry/{registry_ref}/artifact/{artifact}/version/{version}/helm/manifest`

Get Helm Artifact Manifest

## Path parameters

- `registry_ref` string, required
- `artifact` string, required
- `version` string, required

## Response `200`

response to get helm artifact manifest

- object
  - `status` 'SUCCESS' | 'FAILURE' | 'ERROR', required — Indicates if the request was successful or not
  - `data` HelmArtifactManifest, required — Helm Artifact Manifest
    - `manifest` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthenticated
- `403` — Unauthorized
- `404` — The specified resource was not found
- `500` — Internal server error

---

[API](https://skmtc.net/harness/apis/harness-artifact-registry-api.md) · [All operations](https://skmtc.net/harness/apis/harness-artifact-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harness/harness-artifact-registry-api/revisions/e315ed26a2f1/schema)
