---
title: "Get a specific registry configuration"
method: GET
path: "/registries/{registry}"
tags: ["Registries"]
---

# Get a specific registry configuration

`GET /registries/{registry}`

Get information on a specific registry

## Path parameters

- `registry` string, path, required

## Headers

- `x-anchore-account` string

## Response `200`

Registry configuration

- RegistryConfiguration[] — List of registry configurations
  - `created_at` string, date-time
  - `last_upated` string, date-time
  - `registry_user` string — Username portion of credential to use for this registry
  - `registry_type` string — Type of registry
  - `userId` string — Engine user that owns this registry entry
  - `registry` string — hostname:port string for accessing the registry, as would be used in a docker pull operation
  - `registry_name` string — human readable name associated with registry record
  - `registry_verify` boolean — Use TLS/SSL verification for the registry URL

---

[API](https://skmtc.net/banzaicloud/apis/anchore-engine-api-server.md) · [All operations](https://skmtc.net/banzaicloud/apis/anchore-engine-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banzaicloud/anchore-engine-api-server/versions/38e5705e0b21/schema)
