---
title: "List employee verification records for an employee"
method: GET
path: "/api/v1/employee-verifications/employees/{employeeId}"
tags: ["Employee Verification", "Public API"]
---

# List employee verification records for an employee

`GET /api/v1/employee-verifications/employees/{employeeId}`

Returns every employee verification row for the given employee (including archived), newest first. Intended for admin-level API consumers with the employee verifications OAuth scope; callers must have onboarding access and permission to view the employee (same rules as the active-verification employee verification API), except when the OAuth context is the employee themselves.

OAuth Scopes: employee_verifications

## Path parameters

- `employeeId` integer, required

## Response `200`

Success

- object
  - `employeeVerifications` EmployeeVerificationPublicApiRecord[], required — Verification records for the employee, newest first.
    - `id` integer
    - `employeeId` integer, nullable
    - `integrationType` string
    - `verificationType` string
    - `verificationStatus` string, nullable
    - `verificationStatusNotes` string, nullable
    - `remoteAccessUrl` string, nullable
    - `eVerifyStatus` string, nullable
    - `archived` boolean
    - `billingProcessed` boolean
    - `createdByUserId` integer
    - `createdYmdt` string — Creation timestamp (company DB format).
    - `lastModifiedYmdt` string — Last modified timestamp (company DB format).
    - `startDateYmdt` string

## Other responses

- `403` — Forbidden
- `500` — Internal server error

---

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