Search 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.
X-API-Key - the only required header for this endpoint.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.
Headers
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.
1 <= x <= 100Response
Job status, manifest, and one page of results.
Combined job status + one page of results. Check status for completion (not next_cursor), and walk pages with next_cursor.
pending, running, cancelling, cancelled, completed, or failed. cancelling is transient (a cancel was requested); the job then settles to terminal cancelled with a partial manifest of the pages already delivered.
Job summary; populated once the job completes.
Failure reason when status is failed.
Companies in the requested page (same shape as Search Lookalikes results).
Name of the page returned, e.g. page_0003.
Pass as ?cursor= to fetch the next page; null on the last available page.
Number of rows in this page.
Live progress: qualified companies delivered so far toward the requested limit. Null until the job starts producing progress.
Coarse stage label, e.g. retrieving_companies / qualifying_companies / reranking_companies / completed / cancelled.