GET /internal/billing/usage/{tenant_id}
Internal service call: query current resource usage statistics for a tenant, for other microservices to perform quota validation
Billing Service - Internal API None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
tenant_id |
path |
string |
Yes |
|
|
|
Tenant ID |
Responses
| Status | Description | Schema |
| 200 | Usage query successful | object |
| 400 | Invalid request parameters | object |
| 401 | Unauthorized | object |
| 500 | Internal server error | object |