# Get list of web audits GET /v3/web-audits Retrieve all web audits accessible to the authenticated user based on their permissions Endpoint: GET /v3/web-audits Security: API_Key ## Response 200 fields (application/json): - `auditId` (integer, required) Unique identifier for the audit - `auditName` (string, required) Name of the audit - `ownerId` (integer) User ID of the audit owner - `createdAt` (string) Timestamp when the audit was created - `folderId` (integer, required) Folder ID where the audit is stored - `domainId` (integer, required) Domain ID associated with the audit - `updatedAt` (string) Timestamp when the audit was last updated ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)