---
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

## Changes

- **2021-01-17** `703d0a513f30` — 1 breaking, 8 warning
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `created_at` from the response with the `200` status
  - removed the optional property `last_upated` from the response with the `200` status
  - removed the optional property `registry` from the response with the `200` status
  - …5 more
- **2019-10-02** `75f483ab10a0` — 1 breaking, 8 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the optional property `created_at` to the response with the `200` status
  - added the optional property `last_upated` to the response with the `200` status
  - added the optional property `registry` to the response with the `200` status
  - …5 more

[Change history](https://skmtc.dev/banzaicloud/apis/anchore-engine-api-server/changes/registries/:registry/get.md)

---

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