Get non-PCI script inventory
Get non-PCI script inventory
Returns a flat list of non-PCI script observations for the given Application IDs and host domains. Each row represents one unique combination of script, page, and access type (cookie read or form field access).
Unlike the [PCI DSS script inventory](/applications/reference/get-script-inventory), this endpoint returns raw behavioral observations rather than aggregated, compliance-reviewed scripts. The response does not include status, risk, or justification fields.
Observations from scripts that have been deactivated or suppressed are excluded from results.
<Note> The `include` parameter is functionally required. If `include` is omitted or empty, the endpoint returns an empty `data` array. </Note>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
appId
One or more Application IDs to filter results by.
tld
One or more host domains to filter results by.
include
Controls which observation types are returned. Must include at least one value. Accepted values: cookies, value_access.
Allowed values:
from
Timestamp in milliseconds. Start of the time range to filter observations by. Defaults to 24 hours ago.
to
Timestamp in milliseconds. End of the time range to filter observations by. Defaults to the current time.
skip
Number of results to skip for pagination.
take
Number of results to return per page.
Response
Success
paging
data
Errors
401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error