Person Search
Contact Job Results
Unlock a completed contact job (billing once) and retrieve a page of matched contacts; GET pages afterward without re-billing
POST
Overview
Contact job results are locked until you unlock them.
If you call
GET before unlocking, the API returns 409 Conflict telling you to POST first.
Billing
Unlock bills net-new Minerva PIDs for your organization in the current billing year (previously unlocked PIDs are not re-charged). Usage is published as theplatform_records_under_management metric.
- Insufficient credits → unlock fails; retry after adding credits
- Successful unlock is idempotent: later
POST/GETcalls do not re-bill billable_countin the response is the number of PIDs charged for this job
Request
Headers
Your API key for authentication.
Path Parameters
UUID of a completed contact job owned by your organization.
Query Parameters
Page size. Defaults to
100. Range: 1–100.Number of results to skip. Defaults to
0.Response
Success Response (200 OK)
Same shape for POST (unlock) and GET (page).
Job UUID.
contact_append or contact_prospect.Page of matched contacts.
Minerva person ID (
p-…).The requested job title this contact matched.
Current job title on file, when available.
Input company that matched (contact-append only). May include
name, domain, and/or linkedin_url.Input NAICS code that matched (contact-prospect only).
Enrichment payload for the person (lowercased column names from the enrichment dataset).
Total stored results for the job (
result_count).Number of results in this page.
Echo of the requested
limit.Echo of the requested
offset.Net-new PIDs charged when the job was unlocked.
ISO-8601 timestamp of the successful unlock.
Response Example