Skip to main content
GET
Get specific search within order

Get Specific Search

Use this endpoint for a single search in detail: the same search fields and verificationResult 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 searchId after listing searches
  • Reconcile state after a webhook when you need activity context

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
searchId
string<uuid>
required

Response

Search details with verification results and activity (or error body if not found — check for the error field)

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>
verificationResult
object[]
activity
object[]