List Audits
List published AEO audits with pagination and filtering.
GET
/api/v1/auditsList published AEO audits with pagination. Returns deduplicated results enriched with sector and category data.
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
page | number | Optional | Page numberDefault: 1 |
per_page | number | Optional | Results per page (max 100)Default: 20 |
engine | string | Optional | Filter by engine (e.g., "codex") |
Code Example
Response
200Response 200 OK
Deduplication
Results are deduplicated by slug. If a domain has been audited multiple times, only the most recent audit is returned.
To retrieve all versions of an audit, use the
GET /api/v1/audits/[slug] endpoint instead. The versions array in that response contains every historical version with its score and timestamp.