Get the technologies summary
Returns how many library versions are detected on the website, how many are vulnerable, and their breakdown by severity and lifecycle status. newDigestsPaused tells you the website sent more new scripts today than are analyzed per day, so some libraries will only show up tomorrow.
Requires the viewer role on the website and the sbom plan feature.
An OpenID Connect access token issued by Keycloak, acting as the signed-in user.
In: header
Path Parameters
Response Body
application/json
curl -X GET "https://example.com/v1/workspaces/string/websites/string/technologies/summary"{ "technologies": 12, "vulnerable": 3, "bySeverity": { "low": 0, "medium": 0, "high": 0, "critical": 0 }, "byStatus": { "good": 0, "outdated": 0, "dormant": 0, "deprecated": 0, "unknown": 0 }, "recognizedScripts": 15, "newDigestsPaused": true}List technologies GET
Lists the libraries detected on the website, one row per library version, with its lifecycle status, how many known vulnerabilities affect it and the highest...
Export technologies as CSV GET
Streams the technology inventory as CSV, with the same filters and order as the list endpoint and no pagination.