page.getJobStatus
Check asynchronous page analysis job status and retrieve results. Poll progress updates, view completion summaries, and troubleshoot failures with detailed error reporting.
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) |