Skip to content

Get latest runs for web audits
deprecated

Request

GET /v3/web-audits/latest-runs

Retrieve latest run information for web audits with optional account filtering. Deprecated: use the grid API instead.

Security
API_Key
Query
accountIdinteger

Optional account ID to filter results

GET
/v3/web-audits/latest-runs
curl -i -X GET \
  'https://api.observepoint.com/v3/web-audits/latest-runs?accountId=0' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

List of latest run items

Bodyapplication/json
Array [
idintegerrequired

Audit ID

namestringrequired

Audit name

latestRunobjectrequired

Run execution information

domainInfoobjectrequired

Domain information

labelsArray of objects

Labels associated with the audit

]
Response
[ { "id": 0, "name": "string", "latestRun": {}, "domainInfo": {}, "labels": [] } ]