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

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

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

List manifests of a repository

## Path parameters

- `name` string, required

## Query parameters

- `last` string
- `n` integer
- `orderby` string

## Response `200`

Returns a list of manifests

- AcrManifests — Manifest attributes
  - `registry` string — Registry name
  - `imageName` string — Image name
  - `manifests` ManifestAttributesBase[] — List of manifests
    - `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)
