---
title: "[Public Preview] Get a Container Registry By Name"
method: GET
path: "/v2/registries/{registry_name}"
tags: ["DigitalOcean-public.v2-new_Container Registries"]
---

# [Public Preview] Get a Container Registry By Name

`GET /v2/registries/{registry_name}`

To get information about any container registry in your account, send a GET request to `/v2/registries/{registry_name}`.

## Path parameters

- `registry_name` string, required

## Response `200`

The response will be a JSON object with the key `registry` containing information about your registry.

- object
  - `registry` Multiregistry
    - `name` string — A globally unique name for the container registry. Must be lowercase and be composed only of numbers, letters and `-`, up to a limit of 63 characters.
    - `created_at` string, date-time — A time value given in ISO8601 combined date and time format that represents when the registry was created.
    - `region` string — Slug of the region where registry data is stored
    - `storage_usage_bytes` integer — The amount of storage used in the registry in bytes.
    - `storage_usage_bytes_updated_at` string, date-time — The time at which the storage usage was updated. Storage usage is calculated asynchronously, and may not immediately reflect pushes to the registry.

## Other responses

- `401` — Authentication failed due to invalid credentials.
- `404` — The resource was not found.
- `429` — The API rate limit has been exceeded.
- `500` — There was a server error.
- `default` — There was an unexpected error.

---

[API](https://skmtc.net/digitalocean/apis/digitalocean-api.md) · [All operations](https://skmtc.net/digitalocean/apis/digitalocean-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalocean/digitalocean-api/revisions/cb3bf9b21459/schema)
