v3 API//
- Get Alert Summary alerts table data for specified audit run
Get Alerts statuses overview for specified audit run
Get specific alert data (config + result) for specified audit run
Get Alert Summary alerts...
POST /v3/web-audits/{auditId}/runs/{runId}/reports/alert-summary/alerts
Security
API_Key
Filters applicable to Alert Summary report
Simplified version of #/components/schemas/AlertResultStatusEnum for UI filters
Enum:"TRIGGERED""NOT_TRIGGERED"
POST
curl -i -X POST \
'https://api.observepoint.com/v3/web-audits/107239/runs/33010/reports/alert-summary/alerts?page=0&size=50&sortBy=ALERT_NAME&sortDesc=false' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"alertName": "string",
"metricTypes": [
"ACCOUNT_USAGE_THIS_MONTH_AUDIT_PAGE_SCANNED_COUNT"
],
"status": "TRIGGERED",
"subscribedOnly": true
}'Response
- GREATER
- GREATER_OR_EQUAL
- EQUAL
- NOT_EQUAL
- LESS_OR_EQUAL
- LESS
- BETWEEN
- NOT_BETWEEN
{ "metadata": { "pagination": { … } }, "alerts": [ { … } ] }