---
title: "Retrieves information about the registry organization specified by short name or UUID (accessible to same-organization users or Secretariat)"
method: GET
path: "/registry/org/{identifier}"
tags: ["Registry Organization"]
---

# Retrieves information about the registry organization specified by short name or UUID (accessible to same-organization users or Secretariat)

`GET /registry/org/{identifier}`

<h2>Access Control</h2>  <p>Authenticated users can access this endpoint only for their own organization. Secretariat users can access any organization.</p>  <h2>Expected Behavior</h2>  <p><b>Regular, CNA & Admin Users:</b> Retrieves registry organization record for the specified shortname or UUID if it is the user's organization</p>  <p><b>Secretariat:</b> Retrieves information about any registry organization</p>

## Path parameters

- `identifier` string, required

## Query parameters

- `expand` object
  - `type` string
  - `enum` string[]

## Headers

- `CVE-API-ORG` string, required
- `CVE-API-USER` string, required
- `CVE-API-KEY` string, required

## Response `200`

Returns the registry organization information

- GetRegistryOrgResponseJson — unresolved $ref

## Other responses

- `400` — Bad Request
- `401` — Not Authenticated
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-06-17** `b717258aeca8` — 2 breaking
  - removed the enum value `users` from the `query` request parameter `expand`
  - for the `query` request parameter `expand`, the type/format was changed from `string`/`` to `object`/``
- **2026-06-16** `54e7017847c9` — 1 info
  - added the new optional `query` request parameter `expand`
- **2026-06-16** `360c36bc4e99` — 1 warning
  - deleted the `query` request parameter `expand`
- **2026-06-11** `b28eacf5ed79` — 1 info
  - added the new optional `query` request parameter `expand`
- **2026-06-03** `3cf0b550101e` — 1 warning
  - deleted the `query` request parameter `expand`

[Full history](https://skmtc.dev/cveproject/apis/cve-services-api/changes/registry/org/:identifier/get.md)

---

[API](https://skmtc.dev/cveproject/apis/cve-services-api.md) · [All operations](https://skmtc.dev/cveproject/apis/cve-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cveproject/cve-services-api/revisions/a0323331d921/schema)
