Get a site scan by ID
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$siteIdstringRequired
The unique id of the site
siteScanIdstringRequired
The unique id of the site scan
Responses
200
OK
application/json
objectstring · enumRequiredPossible values:
idstringRequired
The ID of the scan
statusstring · enumRequiredPossible values:
Status of a persisted site scan.
topicstring · nullableRequired
The site topic ID associated with the scan. It is null for scans that are not associated with a current topic in the site.
createdAtstring · date-timeRequired
startedAtstring · date-timeOptional
finishedAtstring · date-timeOptional
failureMessagestringOptional
Failure message for failed scans
get/orgs/{organizationId}/sites/{siteId}/scans/{siteScanId}
200
OK
Last updated
Was this helpful?