Skip to content

Get scores for specified audit run

Request

GET /v3/web-audits/{auditId}/runs/{runId}/scores
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}/scores
curl -i -X GET \
  https://api.observepoint.com/v3/web-audits/107239/runs/33010/scores \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Audit scores data

Bodyapplication/json
totalobjectrequired
tagPresenceobjectrequired
tagPerformanceobjectrequired
rulesobjectrequired
pagePerformanceobjectrequired
cookiesobjectrequired
Response
{ "total": { "score": 0.1, "max": 0 }, "tagPresence": { "score": 0.1, "max": 0 }, "tagPerformance": { "score": 0.1, "max": 0 }, "rules": { "score": 0.1, "max": 0 }, "pagePerformance": { "score": 0.1, "max": 0 }, "cookies": { "score": 0.1, "max": 0 } }