Skip to content

Get Browser Logs specific trend values relative to current time

Request

GET /v3/web-audits/{auditId}/reports/browser-logs/trends/{trendName}
Security
API_Key
Path
auditIdinteger, (int64)required

Unique identification number for web audit

Example:107239
trendNamestringrequired

name of requested trend

Enum:"error_logs""warn_logs""info_logs""debug_logs""other_logs"
Query
daysinteger, [ 1 .. 390 ]required

Number of days to get trend values for, relative to current time

GET
/v3/web-audits/{auditId}/reports/browser-logs/trends/{trendName}
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'

Responses

Browser Logs specific trend values data

Bodyapplication/json
runsArray of objectsrequired
Response
{ "runs": [ {} ] }