---
title: "List container registry auths"
method: GET
path: "/containerregistryauth"
tags: ["container registry auths"]
---

# List container registry auths

`GET /containerregistryauth`

Returns a list of container registry auths.

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