---
title: "Get a list of employees eligible for a given comp review"
method: GET
path: "/v1/org/{orgId}/comp-review/{compReviewId}/eligible-employees"
tags: ["comp-review"]
---

# Get a list of employees eligible for a given comp review

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

## Path parameters

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

## Query parameters

- `filterScenarioIds` string
- `ineligible` boolean
- `from` string
- `limit` integer
- `fields` string, required
- `format` string
- `filter` string

## Response `200`

successful operation

- ResultsData
  - `data` object[], required
  - `next` string
  - `access` ResultsAccess[]
    - `ids` string[]
    - `allowed` AccessAction[], required
      - `action` string, required
      - `fields` string[]
      - `types` string[]
  - `totalRow` object

## Other responses

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

---

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