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

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

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

Retrieve the blob from the registry identified by digest.

## 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)
