Get a lead search page
get_lead_searchRead job status or one cursor-paginated result page. Keep jobToken private and pass nextCursor back unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job id returned by start_lead_search, refine_lead_search, or retry_lead_search. | |
| view | No | Compact minimizes tokens. Full retains detailed evidence fields. | compact |
| limit | No | Maximum prospects in this result page. | |
| cursor | No | Opaque nextCursor from the previous response. | |
| jobToken | Yes | Private token returned with the job. Do not log or share it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| error | No | ||
| status | Yes | ||
| results | No | ||
| progress | No | ||
| returned | No | ||
| warnings | No | ||
| createdAt | No | ||
| errorCode | No | ||
| nextCursor | No | ||
| retryAfter | No | ||
| completedAt | No | ||
| diagnostics | No | ||
| resultCount | No | ||
| searchedSources | No |