Skip to content

Get Tag Health specific trend values relative to current day

Request

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

Unique identification number for web audit

Example:107239
trendNamestringrequired

name of requested trend

Enum:"average_tag_load_time""average_tag_request_size""slow_tags""slow_tag_percentage""broken_tags""broken_tag_percentage""tag_requests"
Query
daysinteger, [ 1 .. 390 ]required

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

GET
/v3/web-audits/{auditId}/reports/tag-health/trends/{trendName}
curl -i -X GET \
  'https://api.observepoint.com/v3/web-audits/107239/reports/tag-health/trends/{trendName}?days=1' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Tag Health specific trend values

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