Skip to main content
GET
List verification orders

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
string
required
limit
string
required

Response

Paginated list of verification orders

orders
Order Response · object[]
pagination
object