Get a previous scan by id
get_scanRetrieve a website readability scan by its ID to view the score and remediation hints for failing checks.
Instructions
Fetches a completed or in-progress scan by its id. Only scans owned by the authenticated API key's user are returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Scan id returned by a previous scan_site call (10-character nanoid). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| status | Yes | ||
| rootUrl | No | ||
| createdAt | No | ||
| completedAt | No | ||
| pagesDiscovered | No | ||
| pagesScanned | No | ||
| vercelScore | No | ||
| vercelRating | No | ||
| llmstxtScore | No | ||
| siteChecks | No | ||
| llmstxtChecks | No | ||
| pageResults | No | ||
| shareToken | No | ||
| url | No | ||
| pollUrl | No | ||
| message | No |