---
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. Review authentication, request parameters, response fields, and errors for this Runpod API operation.

## 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-rest-api.md) · [All operations](https://skmtc.dev/runpod/apis/runpod-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runpod/runpod-rest-api/revisions/504cd0394ed6/schema)
