pts, and advances it by the count returned from each fetch.
Lifecycle
Fetch positions
UseGET /v1/entity-search/fetch with:
Each response includes:
To fetch the next batch, set the next
pts to the previous pts + count.
Read loop
Practical rules
limitcontrols the total number of deduplicated leads the task can produce.numcontrols only the maximum number of results returned by onefetchcall.- A
fetchresponse can return fewer thannumentities. - If
ready_countis0, wait and poll again unless the task isdone. - If
fetchreturns416, callstatusand resume from a validptswithin0 <= pts < ready_count. - Store
leads_search_idwith your own job record. It is required for status checks, fetches, support, and laterdedup_lev8_leadsrequests.