Skip to content

Return insights on a given page for all runs in the given days

Request

GET /v3/web-audits/{auditId}/runs/{runId}/pages/{pageId}/sparklines
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
pageIdstringrequired

Unique identification number for web audit run-page, it is different from dcUUID

Example:f9d32cc7cc2046d6decb145a80289287f5226323
GET
/v3/web-audits/{auditId}/runs/{runId}/pages/{pageId}/sparklines
curl -i -X GET \
  https://api.observepoint.com/v3/web-audits/107239/runs/33010/pages/f9d32cc7cc2046d6decb145a80289287f5226323/sparklines \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Page Insights by page Id

Bodyapplication/json
Array [
runIdnumber
runCompletionDatestring, (date-time)
pageInsightsobject
]
Response
[ { "runId": 0, "runCompletionDate": "2019-08-24T14:15:22Z", "pageInsights": {} } ]