For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get a site scan by ID

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[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 · enumRequired

Status of a persisted site scan.

Possible values:
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?

Powered by GitBook