API Reference
List Audits
List published AEO audits with pagination and filtering.
GET
/api/v1/auditsList published AEO audits with pagination. Returns 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., "chatgpt") |
Example
Try it
Response
200Paginated list
If a domain has multiple engines, each engine appears as a separate row. To retrieve all versions of a single domain audit, use
GET /api/v1/audits/[slug].