GET
curl -i -X GET \
'https://api.observepoint.com/v2/web-audits?withRuns=true&runsLimit=string' \
-H 'Authorization: YOUR_API_KEY_HERE'successful operation
Array [
]
Response
[ { "created": "2019-08-24T14:15:22Z", "domainId": 0, "filters": { … }, "folderId": 0, "frequency": "string", "id": 0, "labels": [ … ], "lastRun": "2019-08-24T14:15:22Z", "lastUpdated": "2019-08-24T14:15:22Z", "limit": 0, "name": "string", "nextRun": "2019-08-24T14:15:22Z", "options": { … }, "ownerId": 0, "queued": true, "recipients": [ … ], "rules": [ … ], "runs": [ … ], "schedule": true, "screenshot": "string", "startingUrls": [ … ], "taggingPlans": [ … ], "webAuditRunning": 0 } ]