Export technologies as CSV
Streams the technology inventory as CSV, with the same filters and order as the list endpoint and no pagination.
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
Query Parameters
Match part of the library name.
length <= 255Comma-separated version statuses to keep: good, outdated, dormant, deprecated or not_found. Unknown values are ignored.
length <= 128Only vulnerable, or only clean, technologies.
Only technologies whose highest severity is at least this.
Value in
- "low"
- "medium"
- "high"
- "critical"
What to order rows by. severity is the default and ranks by the highest severity, then by whether the row is vulnerable at all. status ranks by how much the version needs attention, from up to date through to deprecated. Rows that tie are ordered by name.
Value in
- "severity"
- "name"
- "firstSeen"
- "lastSeen"
- "cveCount"
- "status"
Which direction to read sort in. Left out, name runs A to Z and every other sort leads with the rows that need attention first.
Value in
- "asc"
- "desc"
Response Body
text/csv
curl -X GET "https://example.com/v1/workspaces/string/websites/string/technologies/export""string"Get the technologies summary GET
Returns how many library versions are detected on the website, how many are vulnerable, and their breakdown by severity and lifecycle status.
Get a technology GET
Returns one library version with every advisory that affects it, the version ranges each advisory covers, and the scripts on the website that carry it.