Skip to main content
GET
Error

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

Path Parameters

id
string
required

Response

200 - application/json

The response is of type object.