Email finder (unlimited)
Bulk Lookup Job Results (Unlimited Plans)
Retrieve results for an unlimited-plan bulk lookup job.
GET
Unlimited Bulk Lookup Results
Results endpoint for jobs submitted via POST /v1/unlimited/bulk-lookup. Pagination (
limit, offset), partial-fetch behaviour while a job is running, and the per-row result shape are identical to GET /v1/bulk-lookup/{job_id}/results; see that page for the field-by-field breakdown and an example response.
Requires the Unlimited API key that created the job. Fetching results consumes no quota; it counts only against the shared per-key request-rate window. No credits move on unlimited plans; rows were metered as searches at submission time against your daily bulk search limit.Authorizations
API key for authentication
Path Parameters
Response
Successful Response
Paginated results for a bulk lookup job.
Unique job identifier.
Example:
"123e4567-e89b-12d3-a456-426614174000"
Total rows submitted.
Example:
500
Rows processed so far.
Example:
500
Page size used for this response.
Example:
50
Row offset into the ordered result set.
Example:
0
Per-row lookup results, one object per submitted tuple.