Get Search Result
Leads
Get Search Result
Page through raw result rows saved for a Search.
GET
Get Search Result
CLI:
Overview
Returns paginated results for a Search. Results are saved rows from the asynchronous search process while the result List is populated. Call this after Start lead search returns a task andGET /api/leads/search?taskId={taskId} shows progress or completion.
AI agent notes
Pass
taskId, plus optional offset and limit. The maximum page size is 500.This endpoint accepts taskId values returned by /api/leads/search. Do not pass older search IDs.Use these results for review and sampling. List population is owned by Start lead search: pass listId to populate an existing list, or omit it to create a new result list.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Required range:
0 <= x <= 9007199254740991Required range:
0 < x <= 500