---
title: "Get container registry"
method: GET
path: "/containers/registries/{registry_id}"
---

# Get container registry

`GET /containers/registries/{registry_id}`

Returns the requested container registry

## Path parameters

- `registry_id` integer, required

## Response `200`

A container registry

- object
  - `registry_id` integer, required — The registry id.
  - `registry_name` string, nullable, required — The name of the registry.
  - `username` string, nullable, required — Additional name identifier of the registry.
  - `kind` 'aws' | 'gcp-artifact-registry' | 'gcp-container-registry' | 'docker-hub' | 'github' | 'quay' | 'acr' | 'gitlab' | 'gitlab-self' | 'digitalocean' | 'scaleway' | 'cloudsmith' | 'harbor' | 'artifactory', required — The provider place where the registry is hosted

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/versions/5445e7c21137/schema)
