Radicas Docs
API referenceGenerated

Usage Quota

GET
/usage/quota

Consumption vs the effective event cap for the current billing window — the same event definition the metering cron bills on (app/usage/quota.py). Deliberately NOT billing-gated: a hard-capped or past-due tenant must still see why.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/usage/quota"
{  "period_start": "2019-08-24T14:15:22Z",  "period_end": "2019-08-24T14:15:22Z",  "used_events": 0,  "effective_limit": 0,  "unlimited": true,  "remaining": 0,  "pct_used": 0,  "projected_events_end_of_period": 0,  "warn_level": "none",  "credit_events": 0,  "overage_opt_in": true,  "addon_quantity": 0,  "ingest_blocked": true,  "blocked_reason": "string",  "limit_parts": {    "plan_included": 0,    "admin_override": 0,    "addon_events": 0,    "pack_events": 0  },  "plan_id": "string",  "status": "string"}