---
title: "List Container Registries"
method: GET
path: "/registries"
tags: ["ContainerRegistries"]
---

# List Container Registries

`GET /registries`

Lists all container registries configured for the authenticated user.

## Response `200`

Container registries were successfully retrieved.

- ListContainerRegistriesResponse
  - `items` 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
  - `meta` ListMeta
    - `totalItems` integer
  - `cursor` string, nullable

## Other responses

- `401` — User is unauthorized.
- `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)
