ghost_audit_status
Check the status of a running Ghost Audit. Pass the audit_id returned by ghost_audit_site. Returns status: 'complete' when the full markdown report is ready to download, or 'running' with elapsed time. Poll every 15-30 seconds after starting an audit. Typical completion time: 60-120 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audit_id | Yes | The audit_id returned by ghost_audit_site |