# Get audit notes by ID GET /v3/web-audits/{auditId} Retrieve notes for a specific audit Endpoint: GET /v3/web-audits/{auditId} Security: API_Key ## Path parameters: - `auditId` (integer, required) Unique identification number for web audit Example: 107239 ## Response 200 fields (application/json): - `id` (integer) Unique identifier for the audit notes - `notes` (string) Notes content for the audit ## 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) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)