batch_status
Poll a batch job for incremental progress and per-URL results. Pass the previous cursor to get only new items, optionally including full page content.
Instructions
Poll a batch job for progress and per-URL results. Polls are incremental: pass the previous response's nextCursor as since to receive only the items completed after your last poll. Items omit page content by default — set include_content true only when you actually need the text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The batch job id returned by batch | |
| since | No | Item cursor from the previous poll's `nextCursor` — returns only newer items | |
| include_content | No | Include each item's full page content (default false — metadata only) |