SnozeDevelopers
API referenceBilling

Read the workspace usage breakdown

Returns per-resource usage counts for the workspace. Deliberately open to any workspace member rather than gated on `billing:read`, because these counts are what the interface uses to explain why a limit-bound action is unavailable.

GET
/v1/workspaces/{workspaceId}/billing/usage
AuthorizationBearer <token>

Workspace API key created in Workspace settings → API keys. Scopes on the key bound what it can read and write.

In: header

Path Parameters

workspaceId*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/workspaces/string/billing/usage"
{  "data": {    "billableSeats": 0,    "freeSeats": 0,    "records": 0,    "automationRunsThisMonth": 0,    "automations": 0,    "dashboards": 0,    "forms": 0,    "storageBytes": 0  }}