Helpers
Resume TAM Builder Job
Resume a paused build from its checkpoint. It continues from the checkpoint where it was paused, Only new companies delivered are charged.
POST
Resume TAM Builder Job
Previous
Search Lookalikes Bulk ResultsPoll 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](/agent-auth/agent-auth/agent-sign-up) 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.
Next
Resume TAM Builder Job