---
title: "Return metadata for a particular comp review by ID"
method: GET
path: "/v1/org/{orgId}/comp-review/{compReviewId}/metadata"
tags: ["comp-review"]
---

# Return metadata for a particular comp review by ID

`GET /v1/org/{orgId}/comp-review/{compReviewId}/metadata`

## Path parameters

- `orgId` string, required
- `compReviewId` string, required

## Response `200`

successful operation

- CompReviewMetadata
  - `compReviewId` string, required — comp review id
  - `orgId` string, required — parent organization id (empty if built-in)
  - `eligibleEmployees` integer, required — count of employees eligible for the comp review
  - `eligibleEmployeesFilter` string, required — filter to view eligible employees on the datasheet
  - `ineligibleEmployees` integer, required — count of employees ineligible for the comp review
  - `ineligibleEmployeesFilter` string, required — filter to view ineligible employees on the datasheet
  - `approvers` integer, required — count of final approvers
  - `reviewers` integer, required — count of reviewers in the comp review
  - `collaborators` integer, required — count of collaborators in the comp review

## Other responses

- `400` — bad request
- `401` — not authorized
- `404` — not found

---

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