---
title: "Find a container registry auth by ID"
method: GET
path: "/containerregistryauth/{containerRegistryAuthId}"
tags: ["container registry auths"]
---

# Find a container registry auth by ID

`GET /containerregistryauth/{containerRegistryAuthId}`

Returns a single container registry auth.

## Path parameters

- `containerRegistryAuthId` string, required

## Response `200`

Successful operation.

- ContainerRegistryAuth
  - `id` string — A unique string identifying a container registry authentication.
  - `name` string — A user-defined name for a container registry authentication. The name must be unique.

## Other responses

- `400` — Invalid ID supplied.
- `404` — Container registry auth not found.

---

[API](https://skmtc.dev/runpod/apis/runpod-api.md) · [All operations](https://skmtc.dev/runpod/apis/runpod-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runpod/runpod-api/revisions/759c8050ed88/schema)
