Get order searches
Orders API
Get Order Searches
List all searches on an order with status and verification results — the polling endpoint for outcomes
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 (noverificationResult). 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/outcomeafter averification.completedwebhook - Export search-level results for reporting without loading activity history
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Array of search objects for the order
Available options:
EMPLOYMENT, EDUCATION Current search status
Available options:
IN_PROGRESS, COMPLETED, CANCELLED, REASSIGNED 
