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

Enqueue a new site scan

post
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

Body
topicstringRequired

The site topic ID to scan.

Responses
202

Site scan has been enqueued

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

post/orgs/{organizationId}/sites/{siteId}/scans
202

Site scan has been enqueued

Last updated

Was this helpful?

Powered by GitBook