v3 API//
- Get Alerts statuses overview for specified audit run
Get Alert Summary alerts table data for specified audit run
Get specific alert data (config + result) for specified audit run
Get Alerts statuses overv...
GET /v3/web-audits/{auditId}/runs/{runId}/reports/alert-summary/overview
Security
API_Key
GET
curl -i -X GET \
https://api.observepoint.com/v3/web-audits/107239/runs/33010/reports/alert-summary/overview \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "alerts": [ { … } ] }