---
title: "GET /acr/v1/{name}/_manifests"
method: GET
path: "/acr/v1/{name}/_manifests"
---

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

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

List manifests of a repository

## Path parameters

- `name` string, required

## Query parameters

- `api-version` string, required
- `last` string
- `n` integer
- `orderby` 'none' | 'timedesc' | 'timeasc'

## Response `200`

The request has succeeded.

- AcrManifests — Manifest attributes
  - `registry` string — Registry login server name. This is likely to be similar to {registry-name}.azurecr.io.
  - `imageName` string — Image name
  - `manifests` ManifestAttributesBase[] — List of manifests
    - `digest` string, required — Manifest
    - `imageSize` integer — Image size
    - `createdTime` string, date-time, required — Created time
    - `lastUpdateTime` string, date-time, required — Last update time
    - `architecture` '386' | 'amd64' | 'arm' | 'arm64' | 'mips' | 'mipsle' | 'mips64' | 'mips64le' | 'ppc64' | 'ppc64le' | 'riscv64' | 's390x' | 'wasm' — The artifact platform's architecture.
    - `os` 'aix' | 'android' | 'darwin' | 'dragonfly' | 'freebsd' | 'illumos' | 'ios' | 'js' | 'linux' | 'netbsd' | 'openbsd' | 'plan9' | 'solaris' | 'windows' — The artifact platform's operating system.
    - `references` ArtifactManifestPlatform[] — List of artifacts that are referenced by this manifest list, with information about the platform each supports. This list will be empty if this is a leaf manifest and not a manifest list.
      - `digest` string, required — Manifest digest
      - `architecture` '386' | 'amd64' | 'arm' | 'arm64' | 'mips' | 'mipsle' | 'mips64' | 'mips64le' | 'ppc64' | 'ppc64le' | 'riscv64' | 's390x' | 'wasm' — The artifact platform's architecture.
      - `os` 'aix' | 'android' | 'darwin' | 'dragonfly' | 'freebsd' | 'illumos' | 'ios' | 'js' | 'linux' | 'netbsd' | 'openbsd' | 'plan9' | 'solaris' | 'windows' — The artifact platform's operating system.
    - `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
  - `link` string — Link to the next page of results

## Other responses

- `default` — An unexpected error response.

---

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