page.getBatchStatus
Check the status of a batch analysis job. Provide the batch ID to get the batch state (waiting, active, completed, failed, partial), progress percentage, summary counts, and individual results with webPageIds.
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 |