Collect a running measurement
check_statusRetrieve the result of a running PageSpeed measurement using the job ID returned earlier. Poll until it reports done, then receive the full analysis.
Instructions
Collect a measurement that was handed back as a job. Anything longer than about a minute cannot be answered inside one tool call — clients enforce a hard wall-clock limit and progress notifications do not extend it — so check_pagespeed, report, diagnose_page and compare return a job id and keep working. Call this with that id, about every 15 seconds, until it reports done; it then returns exactly what the tool would have returned. ALWAYS answers immediately. Omit job_id for the most recent job. Do not start the same measurement again while one is running: it will not arrive any sooner, because the wait is Google re-analysing the URL about once a minute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | The id returned when the measurement started. Omit for the most recent one. |