Skip to main content
GET
GET
Returns a detailed breakdown of all WCAG violations found during a scan — including axe rule IDs, affected elements, impact level, and which pages the issue was found on.

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, minor
  • description — Human-readable description of the violation
  • affected_pages — List of page URLs where the issue was found
  • element_count — Total number of affected elements

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>
required

Response

200

Accessibility issue list and scores