page.getBatchStatus
Retrieve the status and progress of a batch analysis job. Monitor completion, failures, and individual results using the batch ID.
Instructions
Check the status of a batch analysis job submitted via page.batch_analyze.
Returns:
Batch state (waiting, active, completed, failed, partial)
Progress percentage (0-100)
Summary (total, completed, failed, skipped counts)
Individual job results with states and webPageIds
Use the batch_id returned by page.batch_analyze to query status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batch_id | Yes | Batch job ID returned by page.batch_analyze |