v3 API//
- Get Browser Logs specific trend values relative to current time
Get Browser Logs summary for specified audit run
Get Browser Logs trends relative to specified audit run
Get Browser Logs most common messages list for specified audit run
Get Browser Logs page list for specified audit run
Get Browser Logs specific...
GET /v3/web-audits/{auditId}/reports/browser-logs/trends/{trendName}
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v3/web-audits/107239/reports/browser-logs/trends/{trendName}?days=1' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "runs": [ { … } ] }