---
title: "Retrieves all review objects (accessible to Secretariat only)"
method: GET
path: "/review/orgs"
tags: ["Review Object"]
---

# Retrieves all review objects (accessible to Secretariat only)

`GET /review/orgs`

<h2>Access Control</h2>  <p>User must belong to an organization with the <b>Secretariat</b> role</p>

## Query parameters

- `page` integer
- `status` string

## Headers

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

## Response `200`

Returns a list of review objects

- ListReviewsResponseJson — unresolved $ref

## Other responses

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

---

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