---
title: "Get all namespace registries"
method: GET
path: "/api/v2/namespaces/{namespace}/registries"
tags: ["registries"]
---

# Get all namespace registries

`GET /api/v2/namespaces/{namespace}/registries`

## Path parameters

- `namespace` string, required

## Response `200`

Registries list returned

- object
  - `data` object[]
    - `id` string — a unique string that represent id of the registry
    - `namespace` string — the namespace of registry belongs
    - `url` string — url of the registry
    - `user` string — anonymize username of the registry

---

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