---
title: "GET /acr/v1/{name}/_manifests/{reference}"
method: GET
path: "/acr/v1/{name}/_manifests/{reference}"
tags: ["AcrManifest", "AcrMetadata"]
---

# GET /acr/v1/{name}/_manifests/{reference}

`GET /acr/v1/{name}/_manifests/{reference}`

Get manifest attributes

## Path parameters

- `name` string, required
- `reference` string, required

## Response `200`

List of attributes

- ManifestAttributes — Manifest attributes details
  - `registry` string — Registry name
  - `imageName` string — Image name
  - `manifest` ManifestAttributesBase — Manifest details
    - `digest` string — Manifest
    - `imageSize` integer — Image size
    - `createdTime` string — Created time
    - `lastUpdateTime` string — Last update time
    - `architecture` string — CPU architecture
    - `os` string — Operating system
    - `mediaType` string — Media type
    - `configMediaType` string — Config blob media type
    - `tags` string[] — List of tags
    - `changeableAttributes` ManifestChangeableAttributes — Changeable attributes
      - `deleteEnabled` boolean — Delete enabled
      - `writeEnabled` boolean — Write enabled
      - `listEnabled` boolean — List enabled
      - `readEnabled` boolean — Read enabled
      - `quarantineState` string — Quarantine state
      - `quarantineDetails` string — Quarantine details

## Other responses

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