---
title: "List Eeocss"
method: GET
path: "/ats/eeocs"
tags: ["ats/eeocs"]
---

# List Eeocss

`GET /ats/eeocs`

## Query parameters

- `remote_data` boolean
- `limit` number
- `cursor` string

## Headers

- `x-connection-token` string, required

## Response `200`

- object
  - `prev_cursor` string, nullable, required
  - `next_cursor` string, nullable, required
  - `data` object[], required
    - `candidate_id` string, nullable — The UUID of the candidate
    - `submitted_at` string, date-time, nullable — The submission date of the EEOC
    - `race` 'AMERICAN_INDIAN_OR_ALASKAN_NATIVE' | 'ASIAN' | 'BLACK_OR_AFRICAN_AMERICAN' | 'HISPANIC_OR_LATINO' | 'WHITE' | 'NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER' | 'TWO_OR_MORE_RACES' | 'DECLINE_TO_SELF_IDENTIFY', nullable — The race of the candidate
    - `gender` 'MALE' | 'FEMALE' | 'NON_BINARY' | 'OTHER' | 'DECLINE_TO_SELF_IDENTIFY', nullable — The gender of the candidate
    - `veteran_status` 'I_AM_NOT_A_PROTECTED_VETERAN' | 'I_IDENTIFY_AS_ONE_OR_MORE_OF_THE_CLASSIFICATIONS_OF_A_PROTECTED_VETERAN' | 'I_DONT_WISH_TO_ANSWER', nullable — The veteran status of the candidate
    - `disability_status` 'YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY' | 'NO_I_DONT_HAVE_A_DISABILITY' | 'I_DONT_WISH_TO_ANSWER', nullable — The disability status of the candidate
    - `field_mappings` object, nullable — The custom field mappings of the object between the remote 3rd party & Panora
    - `id` string, nullable — The UUID of the EEOC
    - `remote_id` string, nullable — The remote ID of the EEOC in the context of the 3rd Party
    - `remote_data` object, nullable — The remote data of the EEOC in the context of the 3rd Party
    - `created_at` string, date-time, nullable — The created date of the object
    - `modified_at` string, date-time, nullable — The modified date of the object

## Changes

- **2024-08-09** `c3d85dda63e0` — 1 breaking
  - for the `query` request parameter `limit`, default value `50` was added
- **2024-08-08** `d33d911413f7` — 1 breaking
  - for the `query` request parameter `limit`, default value `30` was removed
- **2024-08-07** `65d2ea9683f6` — 1 breaking
  - for the `query` request parameter `limit`, default value `30` was added

[Change history](https://skmtc.dev/panoratech/apis/panora-api/changes/ats/eeocs/get.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/panoratech/apis/panora-api/revisions/04b9c7ceedbf?raw)
