---
title: "Retrieves all organizations (accessible to Secretariat)"
method: GET
path: "/org"
tags: ["Organization"]
---

# Retrieves all organizations (accessible to Secretariat)

`GET /org`

<h2>Access Control</h2>  <p>User must belong to an organization with the <b>Secretariat</b> role</p>  <h2>Expected Behavior</h2>  <p><b>Secretariat:</b> Retrieves information about all organizations</p>

## Query parameters

- `page` integer
- `registry` boolean

## Headers

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

## Response `200`

Returns information about all organizations, along with pagination fields if results span multiple pages of data

- union
  - ListOrgsResponseJson — unresolved $ref
  - ListRegistryOrgsResponseJson — unresolved $ref

## Other responses

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

## Changes

- **2025-09-19** `efebaec5edf0` — 1 breaking
  - for the `query` request parameter `registry`, the type/format was changed from `string`/`` to `boolean`/``

[Change history](https://skmtc.dev/cveproject/apis/cve-services-api/changes/org/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/efebaec5edf0/schema)
