Get SEO Scan Status
get_scan_statusCheck whether a queued scan has completed. Lightweight polling endpoint — call every 3-5 seconds with the scan_id returned by submit_scan. Scans typically complete in 5-15 seconds. When status is 'complete', call get_scan_results for the structured findings. When 'failed', surface the error field to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan_id | Yes | Scan ID from a prior submit_scan call. |