page.getJobStatus
Poll the status and results of an asynchronous page analysis job. Returns job state, progress percentage, and result summary or error details when completed.
Instructions
Check the status of an async page analysis job.
Use this tool to poll for the status and results of a job that was submitted with page.analyze(async=true).
Returns:
Job state (waiting, active, completed, failed)
Progress percentage (0-100)
Result summary when completed
Error details when failed
Note: Requires Redis to be running. Jobs are retained for 24 hours after completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job ID returned by page.analyze(async=true) |