---
title: "Get Registry"
method: GET
path: "/v2/registry/{registry_id}"
tags: ["registry"]
---

# Get Registry

`GET /v2/registry/{registry_id}`

Get a registry by id with its latest build details.

## Path parameters

- `registry_id` string, uuid, required

## Response `200`

Successful Response

- RegistryDetailResponse
  - `id` string, uuid, required
  - `name` string, required
  - `registry_type` string, required
  - `project_id` string, uuid, nullable, required
  - `public` boolean, required
  - `description` string, nullable
  - `latest_build_id` string, uuid, nullable
  - `github_url` string, nullable
  - `branch` string, nullable
  - `entry_folder` string, nullable
  - `build_args` object, nullable
  - `instance_config` object
  - `star_count` integer
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `latest_build` LatestBuildSummary — Projection of `builds` returned alongside a registry.
    - `id` string, uuid, required
    - `status` string, required
    - `sdk_generation` string, required
    - `version` integer, nullable
    - `manifest` object, nullable
    - `lock` object, nullable
  - `is_starred` boolean
  - `is_owner` boolean
  - `can_edit` boolean
  - `can_manage` boolean
  - `owner_name` string, nullable
  - `owner_avatar_url` string, nullable
  - `team_name` string, nullable
  - `scenario_count` integer
  - `latest_scenarios` ScenarioResponse[], nullable
    - `id` string, uuid, required
    - `registry_id` string, uuid, required
    - `build_id` string, uuid, required
    - `name` string, required
    - `slug` string, nullable
    - `description` string, nullable
    - `args_schema` object, nullable
    - `arguments` ScenarioArgument[]
      - `name` string, required
      - `required` boolean
      - `description` string, nullable
      - `type` string, nullable
      - `default` unknown
      - `inputSchema` object, nullable
    - `metadata` object
    - `trace_name_template` string, nullable
    - `created_at` string, date-time, required

## Other responses

- `400` — Invalid or malformed request
- `401` — Missing or invalid credentials
- `403` — Caller may not access this resource
- `404` — Referenced entity does not exist
- `409` — Resource already exists
- `422` — Validation Error

## Changes

- **2026-09-03** `f4b220d07bfb` — 1 info
  - added the optional property `can_manage` to the response with the `200` status
- **2026-09-03** `ac0742532a36` — 1 info
  - added the optional property `latest_scenarios` to the response with the `200` status

[Change history](https://skmtc.dev/hud/apis/hud-platform/changes/v2/registry/:registry_id/get.md)

---

[API](https://skmtc.dev/hud/apis/hud-platform.md) · [All operations](https://skmtc.dev/hud/apis/hud-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hud/hud-platform/revisions/a01d5d765d1e/schema)
