Get workspace usage
Returns how many reports the workspace has accepted this period, the plan limit, and whether the subscription is active. Periods are calendar months in UTC and the counter resets on the first of the month. Once the limit is reached, ingestion stops for every website in the workspace until the next period.
Requires membership of the workspace.
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/usage"{ "workspaceId": "string", "period": "2026-01", "hasActiveSubscription": true, "limit": 0, "usage": 0}List a technology's history GET
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...
Get website usage GET
Returns how many reports this website has accepted this period and the limit set on it. A null limit means only the workspace limit applies.