GET /v3/web-audits/{auditId}/runs/{runId}/javascript-variables
Get all JS variables found on all the pages in a given audit run
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v3/web-audits/107239/runs/33010/javascript-variables?size=50&startAfterPageId=f9d32cc7cc2046d6decb145a80289287f5226323' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "metadata": { "pagination": { … } }, "pages": [ { … } ] }