GET /v3/web-audits/{auditId}/runs/{runId}/pages
Get 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/pages?page=0&size=50&sortBy=url&sortDesc=false' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "metadata": { "pagination": { … } }, "pages": [ { … } ] }