Skip to content

Get Alerts statuses overview for specified audit run

Request

GET /v3/web-audits/{auditId}/runs/{runId}/reports/alert-summary/overview
Security
API_Key
Path
auditIdinteger, (int64)required

Unique identification number for web audit

Example:107239
runIdinteger, (int64)required

Unique identification number for web audit or journey run

Example:33010
GET
/v3/web-audits/{auditId}/runs/{runId}/reports/alert-summary/overview
curl -i -X GET \
  https://api.observepoint.com/v3/web-audits/107239/runs/33010/reports/alert-summary/overview \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Alert Summary alerts overview data

Bodyapplication/json
alertsArray of objects, >= 0 itemsrequired
Response
{ "alerts": [ {} ] }