---
title: "HEAD /v2/{name}/blobs/{digest}"
method: HEAD
path: "/v2/{name}/blobs/{digest}"
tags: ["Layer"]
---

# HEAD /v2/{name}/blobs/{digest}

`HEAD /v2/{name}/blobs/{digest}`

Same as GET, except only the headers are returned.

## Path parameters

- `name` string, required
- `digest` string, required

## Response `200`

The blob identified by digest is available. The blob content will be present in the body of the response.

## Other responses

- `307` — The blob identified by digest is available at the provided location.
- `default` — ACR error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/azure-container-registry.md) · [All operations](https://skmtc.net/azure/apis/azure-container-registry/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/azure-container-registry/revisions/6940fb5cc746/schema)
