Skip to main content
GET
Get order searches

Get Order Searches

Use this endpoint to read search progress and verification results for every search on an order. Prefer webhooks for production completion; use this call when you need to poll or reconcile state. This is different from Get order, which returns an order overview and only a summary of related searches (no verificationResult). This endpoint returns the full search list with outcomes. For outreach and inbound activity on a single search, use Get specific search.

Path Parameters

string
required
Unique identifier of the verification order (UUID format)

Response

Returns a raw array of search objects (not wrapped in { orders: ... } or similar). Each search includes status, metadata, applicant (scalar fields), and verificationResult (empty while in progress; typically one entry when complete). Unlike Get order, this response does not include order-level fields such as orderStatus or proposedPosition.
array
Array of search objects
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

When to use this vs Get order

Use Cases

  • Poll for verification outcomes when webhooks are unavailable or as a reconciliation fallback
  • Display per-search status and results in your UI after create
  • Confirm searchStatus / outcome after a verification.completed webhook
  • Export search-level results for reporting without loading activity history

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Response

Array of search objects for the order

id
string<uuid>
orderId
string<uuid>
applicantId
string<uuid>
externalSearchId
string | null
searchType
enum<string>
Available options:
EMPLOYMENT,
EDUCATION
searchStatus
enum<string>

Current search status

Available options:
IN_PROGRESS,
COMPLETED,
CANCELLED,
REASSIGNED
displayName
string | null
displayValue
string | null
metadata
object
completedAt
string<date-time> | null
createdAt
string<date-time>
updatedAt
string<date-time>