List a technology's history
Lists what changed for this library version on the website, newest first: when it was detected or removed, when new advisories were published for it, and when its lifecycle status changed. History is kept after the library leaves the site.
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
The nextCursor of the previous page. Omit it to start from the beginning. A cursor encodes a position and is not meant to be built by hand.
How many items to return, from 1 to 200.
1 <= value <= 20050Response Body
application/json
curl -X GET "https://example.com/v1/workspaces/string/websites/string/technologies/string/history?limit=50"{ "data": [ { "id": "string", "kind": "cve:new", "name": "string", "version": "string", "payload": null, "createdAt": "2019-08-24T14:15:22Z" } ], "pagination": { "nextCursor": "string", "hasMore": true, "total": 0 }}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.
Get workspace usage GET
Returns how many reports the workspace has accepted this period, the plan limit, and whether the subscription is active.