---
title: "Get Registry By Id"
method: GET
path: "/registries/id/{registry_id}"
tags: ["REGISTRY"]
deprecated: true
---

# Get Registry By Id

`GET /registries/id/{registry_id}`

> **Deprecated.**

Gets the registru by id
:param registry: registry object fetched from db
:param auth: auth token.

## Path parameters

- `registry_id` integer, 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)
