Check SEO Report Purchase Status (lightweight poll)
get_purchase_statusLightweight poll for whether a scan's paid remediation report is ready, WITHOUT downloading the full plan. Use this in the wait loop after purchase_report: call about every 15 seconds until both paid and runbook_ready are true, then call get_remediation_plan ONCE to fetch and execute the plan. paid=false => the user hasn't completed checkout yet; paid=true, runbook_ready=false => payment landed and the plan is still being generated (retry shortly).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan_id | Yes | Scan ID from submit_scan / purchase_report. |