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

# GET /acr/v1/{name}

`GET /acr/v1/{name}`

Get repository attributes

## Path parameters

- `name` string, required

## Response `200`

Returns a list of attributes

- RepositoryAttributes — Repository attributes
  - `registry` string — Registry name
  - `imageName` string — Image name
  - `createdTime` string — Image created time
  - `lastUpdateTime` string — Image last update time
  - `manifestCount` integer — Number of the manifests
  - `tagCount` integer — Number of the tags
  - `changeableAttributes` RepositoryChangeableAttributes — Changeable attributes for Repository
    - `deleteEnabled` boolean — Delete enabled
    - `writeEnabled` boolean — Write enabled
    - `listEnabled` boolean — List enabled
    - `readEnabled` boolean — Read enabled
    - `teleportEnabled` boolean — Enables Teleport functionality on new images in the repository improving Container startup performance

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