---
title: "Get Registry By Name"
method: GET
path: "/registries/name/{registry_name}"
tags: ["REGISTRY"]
deprecated: true
---

# Get Registry By Name

`GET /registries/name/{registry_name}`

> **Deprecated.**

Gets the registru by id
:param registry_name: registry name
:param db: database session
:param auth: auth token.

## Path parameters

- `registry_name` string, required

## Response `200`

Successful Response

- RegistryFetchResponse
  - `id` integer, nullable
  - `name` string, nullable
  - `description` string, nullable
  - `created_by` string, nullable
  - `last_modified_by` string, nullable
  - `status` string, nullable

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
