Get specific search within order
Orders API
Get Specific Search
Retrieve one search with verification results and activity history
GET
Get specific search within order
Get Specific Search
Use this endpoint for a single search in detail: the same search fields andverificationResult as Get order searches, plus the activity array (outbound and inbound communications).
Use Get order for order-level status only. Use Get order searches when you need results for every search on the order without activity logs.
Path Parameters
string
required
Unique identifier of the verification order (UUID format)
string
required
Unique identifier of the specific search (UUID format)
Response
string
Unique search identifier (UUID format)
string
Parent order identifier (UUID format)
string
Applicant identifier
string
External system search identifier
string
Type of search: EMPLOYMENT or EDUCATION
string
Current status: IN_PROGRESS, COMPLETED, CANCELLED, or REASSIGNED
string
Human-readable label for the search (e.g. the entity being verified). May be
null.string
Secondary display value for the search. May be
null.object
Search-type-specific details captured at creation (claimed employer/institution, location, dates, salary, and derived fields). Shape varies by
searchType. Defaults to {}.string
Additional comments or notes for the search. May be
null.string
URL to online verification questionnaire (if applicable). May be
null.string
Access code for online questionnaire. May be
null.string
Resolved signed release file URI stored on the search (
gs:// or HTTPS). May be null.string
Search completion timestamp
string
Search creation timestamp
string
Last update timestamp
object
Complete applicant information
isRedacted (on applicant) — when true, PII fields have been cleared per your organization’s data retention terms.array
Verification results for this search (0 or 1 entry — one result per search).
array
Array of activity records for this search.
Example Request
Example Response
Search not found
When to use this vs other read endpoints
Use Cases
- Audit who was contacted and which channel was used (
activity) - Troubleshoot a stuck search with outbound/inbound history
- Load a detail view for one
searchIdafter listing searches - Reconcile state after a webhook when you need activity context
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Search details with verification results and activity (or error body if not found — check for the error field)
Available options:
EMPLOYMENT, EDUCATION Current search status
Available options:
IN_PROGRESS, COMPLETED, CANCELLED, REASSIGNED 
