Object

CrawlItem

An item that represents a distinct location on the website that needs to be audited. Multiple audit items can be identified for the same URL. There are various factors that determine whether multiple audit items are created. For example, there could be a separate audit item for each combination of insertion points, parameters, and headers in the request. Alternatively, separate audit items might be created based on the state of the application at the time when the request was sent, or the path that the crawler took through the application to arrive at this location.

Fields

id(): ID!
The unique identifier of the audit item.
host(): String!
The hostname of the URL where the audit item was found.
path(): String!
The URL path where the audit item was found.
status(): String
The status of the crawl item.