---
title: "Lists available registries for the organization."
method: GET
path: "/orgs/{orgId}/registries"
tags: ["public", "Registry"]
---

# Lists available registries for the organization.

`GET /orgs/{orgId}/registries`

## Path parameters

- `orgId` string, required

## Response `200`

A Possibly empty list of Registries.

- RegistryResponse[]
  - `created_at` string, nullable — The timestamp of when this record was created.
  - `created_by` string — The user who created this record.
  - `enable_ci` boolean, required — Indicates if registry secrets and credentials should be exposed to CI agents.
  - `id` string, required — Registry ID, unique within the Organization.
  - `registry` string, required — Registry name, usually in a "{domain}" or "{domain}/{project}" format.
  - `secrets` ClusterSecretsMapResponse — ClusterSecretsMap stores a list of Kuberenetes secret references for the target deployment clusters.
  - `type` string, required — Registry type, describes the registry authentication method, and defines the schema for the credentials. Supported values: - `public` - `basic` - `google_gcr` - `amazon_ecr` - `secret_ref`

## Other responses

- `400` — Request parameters are incomplete or invalid.
- `404` — Specified 'orgId' does not match any record.

---

[API](https://skmtc.net/humanitec/apis/humanitec-api.md) · [All operations](https://skmtc.net/humanitec/apis/humanitec-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humanitec/humanitec-api/revisions/e21ad140ec3c/schema)
