---
title: "Get E-Verify Records"
method: GET
path: "/v1/talent/{talentId}/everify"
tags: ["Talent"]
---

# Get E-Verify Records

`GET /v1/talent/{talentId}/everify`

Returns details about the E-Verify records for the specified talent.

## Path parameters

- `talentId` string, required

## Headers

- `RequestId` string, uuid — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `FrontOfficeTenantId` integer
- `Tenant` string

## Response `201`

A list of E-Verify records for the specified talent.

- EverifyDomainModel[]
  - `applicantId` integer — The identifier for the talent.
  - `caseNumber` string — The number of the E-Verify case.
  - `submittedDate` string, date-time — The date the case was submitted. The field follows the YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss formats and also supports fractional seconds, such as YYYY-MM-DDTHH:mm:ss.sss. For example, 2024-12-01, 2024-12-01T14:30:00, and 2024-12-01T14:30:00.546.
  - `caseStatus` 'Draft' | 'UnconfirmedData' | 'Photo' | 'ScanAndUpload' | 'ManualReview' | 'PendingReferral' | 'Referred' | 'Queued' | 'EmploymentAuthorized' | 'FinalNonConfirmation' | 'CloseCaseAndResubmit' | 'Closed' | 'UnableToProcess' — The everify statuses available for selection.
  - `isClosed` boolean — An indication of whether the case is closed or not.
  - `isAuthorized` boolean — An indication of whether the case is authorized or not.
  - `everifyURL` string — The URL to the E-Verify case.
  - `source` string — The company or service that is handling the E-Verify case.
  - `caseSubmittedByUser` integer — The identifier for the user who submitted the case.
  - `applicantTaskId` integer — The identifier for the talent onboarding task related to the E-Verify case.
  - `lastEventDateTimeUtc` string, date-time — The event UTC timestamp passed in by the partner, in the format "yyyy-MM-ddTHH:mm:ssZ". For example, 2024-12-01T14:30:00Z.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `406` — Unsupported format(s) indicated by Accept header
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/versions/846b33e4e71b/schema)
