Skip to main content
POST
Preview a Live Data search

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Body

application/json

Filters to preview before running a full Live Data search.

filters
Live Data filters · object
required

Account- and contact-level filter configuration for a Live Data search.

Most collections are capped at 25 items. accountKeywords and contactKeywords are always present and non-null in responses even when empty ({ "values": [], "type": "or" }).

maxPeoplePerCompany
integer
default:1

Maximum contacts to consider per company. Optional; defaults to 1 when omitted.

Required range: x >= 1

Response

Preview accepted; poll the returned job for progress and results

jobId
string<uuid>
required

Background job id; poll GET /v3/background-jobs/{id}.