Skip to main content
GET
Error

List Background Check Orders

Retrieves a paginated list of background check orders for a specific authenticated tenant.

Request

string
Page number for pagination (1-based). Defaults to 1 when omitted.
string
Number of orders per page. Defaults to 10 when omitted.

Response

array
Array of verification order objects. Each order includes its applicant (scalar fields) and its search array.
object
Pagination metadata
page and limit are query strings that default to 1 and 10. Results are ordered by createdAt descending.
isRedacted (on applicant) indicates the applicant’s PII (SSN, address, and similar fields) has been redacted from the record. See Data handling and privacy for details.

Example Request

Example Response

Query Parameters

page
string
required
limit
string
required

Response

200 - application/json

The response is of type object.