Skip to main content
GET
GET
Returns aggregated audit results for a completed scan — accessibility, performance, SEO, and quality scores along with issue counts grouped by severity.
Only available for scans with status: "completed". Check scan status via Scan Status first.

Query Parameters

string
required
UUID of the website.
string
UUID of the specific scan. If omitted, returns results for the latest completed scan.
string
Filter by device: mobile or desktop.

Response

boolean
true on a successful request.
number
Overall accessibility score (0–100).
number
Overall performance score (0–100).
number
SEO score (0–100).
object
Issue counts grouped by severity: critical, serious, moderate, minor.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

website_id
string<uuid>
required
audit_id
string<uuid>
device
enum<string>
Available options:
mobile,
desktop

Response

200

Audit result data