search_bulk_status
Poll a bulk search job to retrieve incremental organic results using the job ID and optional cursor for progress updates.
Instructions
Poll a bulk search job for progress and merged organic results. Polls are incremental: pass the previous response's nextCursor as since to receive only the organic results gathered after your last poll.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The bulk search job id returned by search_bulk | |
| since | No | Organic cursor from the previous poll's `nextCursor` — returns only newer results |