CentralCSP
APIUsage

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.

GET
/v1/workspaces/{workspaceId}/usage

Authorization

AuthorizationBearer <token>

An OpenID Connect access token issued by Keycloak, acting as the signed-in user.

In: header

Path Parameters

workspaceId*string

Response Body

application/json

curl -X GET "https://api-next.centralcsp.com/v1/workspaces/string/usage"
{  "workspaceId": "string",  "period": "2026-01",  "hasActiveSubscription": true,  "limit": 0,  "usage": 0}