---
title: "List registries"
method: GET
path: "/api/registries"
tags: ["Registries"]
---

# List registries

`GET /api/registries`

Returns all configured private container registries. Secrets are never included in the response.
Admin role required. Available on every tier. API tokens receive `SCOPE_DENIED`.

## Response `200`

Array of registry objects.

- Registry[]
  - `id` integer
  - `name` string
  - `url` string
  - `type` 'dockerhub' | 'ghcr' | 'ecr' | 'custom'
  - `username` string
  - `aws_region` string, nullable — AWS region (only present for ECR registries).
  - `created_at` integer — Unix timestamp (seconds).

## Other responses

- `403` — Insufficient permissions or license tier.
- `500` — Internal server error.

---

[API](https://skmtc.net/studio-saelix/apis/sencho-api.md) · [All operations](https://skmtc.net/studio-saelix/apis/sencho-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/studio-saelix/sencho-api/versions/f36f82acae1d/schema)
