---
title: "Get Background Checks"
method: GET
path: "/v1/talent/{talentId}/background-check"
tags: ["Talent"]
---

# Get Background Checks

`GET /v1/talent/{talentId}/background-check`

Retrieves results of all background checks for a 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 `200`

A list of background check results.

- BackgroundCheck[]
  - `talentId` integer — The identifier for the talent.
  - `orderDate` string, date-time — The date and time when the background check order was placed. The field follows the YYYY-MM-DDTHH:mm:ss.sss+00:00 datetimeoffset format. For example, 2024-12-01T14:30:00.546+00:00.
  - `packageId` string — The identifier for the background check package.
  - `packageName` string — The name of the background check package.
  - `partnerOrderStatus` string — The status name for the partner order.
  - `score` string — The partner score status for the background check.
  - `orderStatus` string — The status of the background check order.
  - `adverseAction` string — The pre-adverse action status for the background check.
  - `officeId` integer — The identifier for the office branch.
  - `completedDate` string, date-time — The date and time when the background check order was completed. The field follows the YYYY-MM-DDTHH:mm:ss.sss+00:00 datetimeoffset format. For example, 2024-12-01T14:30:00.546+00:00.
  - `reviewStatus` string — The review status of the order.
  - `reviewedDate` string, date-time — The review date and time of the order. The field follows the YYYY-MM-DDTHH:mm:ss.sss+00:00 datetimeoffset format. For example, 2024-12-01T14:30:00.546+00:00.
  - `expiringDate` string, date-time — The date and time when the background check is set to expire. The field follows the YYYY-MM-DDTHH:mm:ss.sss+00:00 datetimeoffset format. For example, 2024-12-01T14:30:00.546+00:00.
  - `deletedDate` string, date-time — The date and time when the background check order was deleted. The field follows the YYYY-MM-DDTHH:mm:ss.sss+00:00 datetimeoffset format. For example, 2024-12-01T14:30:00.546+00:00.
  - `providerName` string — The name of the background check provider.
  - `backgroundCheckId` integer — The unique identifier for the background check record.

## 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)
