v1
latestOpenAPI 3.1.02026-07-22103475.9 KBSearch Lookalikes Bulk Results
Poll a bulk lookalike job and page through its results. Submit a job first via POST /api/v1/account/search-lookalikes-bulk ("Search Lookalikes Bulk", under Company Search), which returns a job_id.
<Info>No API key yet? Sign up via Agent Auth to get your X-API-Key - the only required header for this endpoint.</Info>
This single endpoint returns both the job status (pending → running → completed / failed), a manifest summary once complete, and one page of result rows. Walk pages by passing the returned next_cursor as ?cursor=.
Check status for completion - not next_cursor. A still-running job can return a null next_cursor simply because later pages haven't been written yet; only status: "completed" means the full result set is available.
No credits are charged for polling - the job's credits are billed once, when it completes.
Path parameters
The job_id returned by the bulk submit endpoint.
Query parameters
Page to read, e.g. page_0003 (use the next_cursor from the previous response). Omit for the first page.
Accepted for forward-compatibility; page size is fixed at write time, so this is currently ignored.
Headers
Response
Job status, manifest, and one page of results.