AlphaAlpha Docs
API ReferenceBilling admin

Get tenant usage history

Retrieve historical usage snapshots for a tenant

GET
/billing/admin/tenants/{tenantId}/usage/history
AuthorizationBearer <token>

In: header

Path Parameters

tenantId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/billing/admin/tenants/string/usage/history"
[
  {
    "activeUserCount": 0,
    "created": "2019-08-24T14:15:22Z",
    "enabledModules": [
      "string"
    ],
    "id": "string",
    "period": "string",
    "storageUsedBytes": 0,
    "storageUsedGb": 0.1,
    "targetTenantId": "string"
  }
]
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}