---
title: "Get Container Registry"
method: GET
path: "/registries/{registryId}"
tags: ["ContainerRegistries"]
---

# Get Container Registry

`GET /registries/{registryId}`

Retrieves a specific container registry by its ID.

## Path parameters

- `registryId` integer, required

## Response `200`

Container registry was successfully retrieved.

- ContainerRegistry
  - `id` integer
  - `accountId` string, nullable
  - `userId` string, nullable
  - `namespaceId` string
  - `displayName` string
  - `hostName` string
  - `userName` string, nullable
  - `firstPasswordSymbols` string, nullable
  - `lastPasswordSymbols` string, nullable
  - `createdAt` string, date-time
  - `isPublic` boolean, nullable
  - `lastUpdatedAt` string, date-time, nullable

## Other responses

- `401` — User is unauthorized.
- `404` — Container registry not found.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
