Results
Get Accessibility Data
Get detailed WCAG issue data for a completed scan.
GET
GET
Query Parameters
string
required
UUID of the website.
string
required
UUID of the completed scan to retrieve accessibility data for.
Response
boolean
true on a successful request.array
Array of accessibility issue objects, each containing:
rule_id— Axe rule identifier (e.g.image-alt,color-contrast)impact— Severity:critical,serious,moderate,minordescription— Human-readable description of the violationaffected_pages— List of page URLs where the issue was foundelement_count— Total number of affected elements