spidra_check_batch_status
Check batch scrape status by batch ID. Get per-URL statuses and results for finished items, and know if the batch is in progress or terminal.
Instructions
Check the status of a batch scrape by batchId. Returns per-URL statuses and results for finished items. Batch statuses: pending/running are in progress; completed, failed, and cancelled are terminal. A completed batch can still contain failed items — check failedCount.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batchId | Yes | The batch id returned by spidra_batch_scrape |