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