Skip to content

Get audit run page screenshot URL

Request

GET /v3/web-audits/{auditId}/runs/{runId}/pages/{pageId}/screenshot

Returns an pre-signed S3 URL for audit run page card

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}/screenshot
curl -i -X GET \
  https://api.observepoint.com/v3/web-audits/107239/runs/33010/pages/f9d32cc7cc2046d6decb145a80289287f5226323/screenshot \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

redirect with pre-signed S3 URL for screenshot of a page of an audit run

Headers
Locationstring

The URL to which the client will be redirected

Response
No content